Mercurial > sdl-ios-xcode
diff 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 |
line wrap: on
line diff
--- a/src/video/ataricommon/SDL_xbiosinterrupt_s.h Tue Sep 12 19:20:50 2006 +0000 +++ b/src/video/ataricommon/SDL_xbiosinterrupt_s.h Tue Sep 12 19:28:54 2006 +0000 @@ -36,6 +36,7 @@ /* Variables */ +extern volatile Uint16 SDL_AtariXbios_mouselock; /* mouse lock position */ extern volatile Uint16 SDL_AtariXbios_mouseb; /* buttons */ extern volatile Sint16 SDL_AtariXbios_mousex; /* X relative motion */ extern volatile Sint16 SDL_AtariXbios_mousey; /* Y relative motion */