|
Xemu [doxygen]
hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
|
Go to the documentation of this file.
19 #ifndef __XEP128_INPUT_H_INCLUDED
20 #define __XEP128_INPUT_H_INCLUDED
22 #include <SDL_keyboard.h>
24 #define JOY_SCAN_FIRE1 0
26 #define JOY_SCAN_DOWN 2
27 #define JOY_SCAN_LEFT 3
28 #define JOY_SCAN_RIGHT 4
29 #define JOY_SCAN_FIRE2 5
30 #define JOY_SCAN_FIRE3 6
43 extern int emu_kbd ( SDL_Keysym sym,
int press );