mirror of
https://github.com/Oibaf66/uae-wii.git
synced 2025-07-27 03:37:33 +02: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[];
|