uae-wii/src/keymap/x11pc_rawkeys.h
2009-05-05 15:36:48 +00:00

15 lines
348 B
C

/*
* UAE - The Un*x Amiga Emulator
*
* Support for mapping XFree86 scancodes to UAE input events
* with PC/Mac keyboards
*
* Copyright 2004 Richard Drummond
*/
extern const struct uaekey_hostmap x11pc_keymap[];
extern struct uae_hotkeyseq x11pc_hotkeys[];
#if 0
extern const int x11pc_modkeytable[];
#endif