comparison src/video/ataricommon/SDL_xbiosinterrupt_s.h @ 3857:be01e0b82dca SDL-1.2

Allow mouse to be locked when grabbed with GEM driver
author Patrice Mandin <patmandin@gmail.com>
date Tue, 12 Sep 2006 19:28:54 +0000
parents a11c13151840
children a1b03ba2fcd0
comparison
equal deleted inserted replaced
3856:492ff98822fd 3857:be01e0b82dca
34 34
35 #include "SDL_stdinc.h" 35 #include "SDL_stdinc.h"
36 36
37 /* Variables */ 37 /* Variables */
38 38
39 extern volatile Uint16 SDL_AtariXbios_mouselock; /* mouse lock position */
39 extern volatile Uint16 SDL_AtariXbios_mouseb; /* buttons */ 40 extern volatile Uint16 SDL_AtariXbios_mouseb; /* buttons */
40 extern volatile Sint16 SDL_AtariXbios_mousex; /* X relative motion */ 41 extern volatile Sint16 SDL_AtariXbios_mousex; /* X relative motion */
41 extern volatile Sint16 SDL_AtariXbios_mousey; /* Y relative motion */ 42 extern volatile Sint16 SDL_AtariXbios_mousey; /* Y relative motion */
42 extern volatile Uint16 SDL_AtariXbios_joystick; /* Joystick */ 43 extern volatile Uint16 SDL_AtariXbios_joystick; /* Joystick */
43 44