diff src/video/ataricommon/SDL_xbiosevents_c.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 b657f0bc72c2
line wrap: on
line diff
--- a/src/video/ataricommon/SDL_xbiosevents_c.h	Tue Sep 12 19:23:51 2006 +0000
+++ b/src/video/ataricommon/SDL_xbiosevents_c.h	Tue Sep 12 19:43:29 2006 +0000
@@ -43,6 +43,7 @@
 extern void SDL_AtariXbios_InstallVectors(int vectors_mask);
 extern void SDL_AtariXbios_RestoreVectors(void);
 extern void SDL_AtariXbios_PostMouseEvents(_THIS, SDL_bool buttonEvents);
+extern void SDL_AtariXbios_LockMousePosition(SDL_bool lockPosition);
 
 #endif /* _SDL_XBIOSEVENTS_H_ */
 /* vi: set ts=4 sw=4 expandtab: */