3 libbasetype struct KeymapBase
5 options noautolib, noexpunge
9 #include <devices/keymap.h>
10 #include <devices/inputevent.h>
14 #include "keymap_intern.h"
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)