comparison src/video/ataricommon/SDL_xbiosinterrupt_s.h @ 2023:b7d426b28c18

Allow mouse to be locked when grabbed with GEM driver
author Patrice Mandin <patmandin@gmail.com>
date Tue, 12 Sep 2006 19:43:29 +0000
parents c121d94672cb
children adf732f1f016
comparison
equal deleted inserted replaced
2022:649e9ac39f74 2023:b7d426b28c18
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