Added more controller IDs.
[AROS.git] / rom / keymap / keymap.conf
blob93f31dcd6a512225a8da17a4bd0fbb1863ee6480
1 ##begin config
2 version 41.2
3 libbasetype struct KeymapBase
4 residentpri 40
5 options noautolib, noexpunge
6 ##end config
8 ##begin cdef
9 #include <devices/keymap.h>
10 #include <devices/inputevent.h>
11 ##end cdef
13 ##begin cdefprivate
14 #include "keymap_intern.h"
15 ##end cdefprivate
17 ##begin functionlist
18 .version 36
19 void SetKeyMapDefault(struct KeyMap *keyMap) (A0)
20 struct KeyMap *AskKeyMapDefault() ()
21 WORD MapRawKey(struct InputEvent *event, STRPTR buffer, LONG length, struct KeyMap *keyMap) (A0, A1, D1, A2)
22 LONG MapANSI(STRPTR string, LONG count, STRPTR buffer, LONG length, struct KeyMap *keyMap) (A0, D0, A1, D1, A2)
23 ##end functionlist