comparison src/video/ataricommon/SDL_xbiosevents_c.h @ 1310:a201a8c62522

Add flag to post mouse button events or not, and use defined function to post them
author Patrice Mandin <patmandin@gmail.com>
date Tue, 31 Jan 2006 21:33:35 +0000
parents b8d311d90021
children c9b51268668f
comparison
equal deleted inserted replaced
1309:0f00cbbe5792 1310:a201a8c62522
44 44
45 extern int SDL_AtariXbios_enabled; 45 extern int SDL_AtariXbios_enabled;
46 46
47 extern void SDL_AtariXbios_InstallVectors(int vectors_mask); 47 extern void SDL_AtariXbios_InstallVectors(int vectors_mask);
48 extern void SDL_AtariXbios_RestoreVectors(void); 48 extern void SDL_AtariXbios_RestoreVectors(void);
49 extern void SDL_AtariXbios_PostMouseEvents(_THIS); 49 extern void SDL_AtariXbios_PostMouseEvents(_THIS, SDL_bool buttonEvents);
50 50
51 #endif /* _SDL_XBIOSEVENTS_H_ */ 51 #endif /* _SDL_XBIOSEVENTS_H_ */