comparison src/video/ataricommon/SDL_ikbdinterrupt_s.h @ 1895:c121d94672cb

SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 10 Jul 2006 21:04:37 +0000
parents a11c13151840
children 99210400e8b9
comparison
equal deleted inserted replaced
1894:c69cee13dd76 1895:c121d94672cb
42 #define IKBD_JOY_RIGHT (1<<3) 42 #define IKBD_JOY_RIGHT (1<<3)
43 #define IKBD_JOY_FIRE (1<<7) 43 #define IKBD_JOY_FIRE (1<<7)
44 44
45 /* Variables */ 45 /* Variables */
46 46
47 extern volatile Uint8 SDL_AtariIkbd_keyboard[128]; /* Keyboard table */ 47 extern volatile Uint8 SDL_AtariIkbd_keyboard[128]; /* Keyboard table */
48 extern volatile Uint16 SDL_AtariIkbd_mouseb; /* Mouse on port 0, buttons */ 48 extern volatile Uint16 SDL_AtariIkbd_mouseb; /* Mouse on port 0, buttons */
49 extern volatile Sint16 SDL_AtariIkbd_mousex; /* Mouse X relative motion */ 49 extern volatile Sint16 SDL_AtariIkbd_mousex; /* Mouse X relative motion */
50 extern volatile Sint16 SDL_AtariIkbd_mousey; /* Mouse Y relative motion */ 50 extern volatile Sint16 SDL_AtariIkbd_mousey; /* Mouse Y relative motion */
51 extern volatile Uint16 SDL_AtariIkbd_joystick; /* Joystick on port 1 */ 51 extern volatile Uint16 SDL_AtariIkbd_joystick; /* Joystick on port 1 */
52 52
53 /* For joystick driver to know if this is usable */ 53 /* For joystick driver to know if this is usable */
54 extern Uint16 SDL_AtariIkbd_enabled; 54 extern Uint16 SDL_AtariIkbd_enabled;
55 55
56 /* Functions */ 56 /* Functions */
57 57
58 extern void SDL_AtariIkbdInstall(void); 58 extern void SDL_AtariIkbdInstall(void);
59 extern void SDL_AtariIkbdUninstall(void); 59 extern void SDL_AtariIkbdUninstall(void);
60 60
61 #endif /* _SDL_IKBDINTERRUPT_S_H_ */ 61 #endif /* _SDL_IKBDINTERRUPT_S_H_ */
62 /* vi: set ts=4 sw=4 expandtab: */