uae-wii/src/include/keybuf.h
2009-05-05 15:36:48 +00:00

17 lines
422 B
C

/*
* UAE - The Un*x Amiga Emulator
*
* Keyboard buffer. Not really needed for X, but for SVGAlib and possibly
* Mac and DOS ports.
*
* (c) 1996 Bernd Schmidt
*/
extern int get_next_key (void);
extern int keys_available (void);
extern void record_key (int);
extern void keybuf_init (void);
extern void joystick_setting_changed (void);
extern int getcapslockstate (void);
extern void setcapslockstate (int);