mirror of
https://github.com/Oibaf66/uae-wii.git
synced 2024-11-29 22:14:18 +01:00
12 lines
310 B
C
12 lines
310 B
C
|
/*
|
||
|
* UAE - The Un*x Amiga Emulator
|
||
|
*
|
||
|
* Support for mapping Quartz keycodes to UAE input events
|
||
|
*
|
||
|
* Copyright 2004 Richard Drummond
|
||
|
*/
|
||
|
|
||
|
extern const struct uaekey_hostmap quartz_keymap[];
|
||
|
extern struct uae_hotkeyseq quartz_hotkeys[];
|
||
|
extern const int quartz_modkeytable[];
|