Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
2022:649e9ac39f74 | 2023:b7d426b28c18 |
---|---|
41 extern int SDL_AtariXbios_enabled; | 41 extern int SDL_AtariXbios_enabled; |
42 | 42 |
43 extern void SDL_AtariXbios_InstallVectors(int vectors_mask); | 43 extern void SDL_AtariXbios_InstallVectors(int vectors_mask); |
44 extern void SDL_AtariXbios_RestoreVectors(void); | 44 extern void SDL_AtariXbios_RestoreVectors(void); |
45 extern void SDL_AtariXbios_PostMouseEvents(_THIS, SDL_bool buttonEvents); | 45 extern void SDL_AtariXbios_PostMouseEvents(_THIS, SDL_bool buttonEvents); |
46 extern void SDL_AtariXbios_LockMousePosition(SDL_bool lockPosition); | |
46 | 47 |
47 #endif /* _SDL_XBIOSEVENTS_H_ */ | 48 #endif /* _SDL_XBIOSEVENTS_H_ */ |
48 /* vi: set ts=4 sw=4 expandtab: */ | 49 /* vi: set ts=4 sw=4 expandtab: */ |