redquark-amiberry-rb/src/od-pandora/inputmode.h
2016-04-24 09:45:29 +00:00

11 lines
232 B
C

#define SIMULATE_SHIFT 0x200
#define SIMULATE_RELEASED_SHIFT 0x400
void inputmode_close(void);
void inputmode_init(void);
void inputmode_redraw(void);
void set_joyConf(struct uae_prefs *p);
extern int show_inputmode;