mirror of
https://github.com/Oibaf66/uae-wii.git
synced 2025-02-18 11:36:20 +01:00
13 lines
283 B
C
13 lines
283 B
C
/*
|
|
* UAE - The Un*x Amiga Emulator
|
|
*
|
|
* Support for mapping raw keys to UAE input events;
|
|
*
|
|
* Copyright 2004-2005 Richard Drummond
|
|
*/
|
|
|
|
#include "keymap/x11pc_rawkeys.h"
|
|
#include "keymap/quartz_rawkeys.h"
|
|
#include "keymap/beos_rawkeys.h"
|
|
#include "keymap/amiga_rawkeys.h"
|