1.1 --- a/src/events/SDL_events_c.h Sun Sep 27 04:49:30 2009 +0000
1.2 +++ b/src/events/SDL_events_c.h Sun Sep 27 05:18:43 2009 +0000
1.3 @@ -64,6 +64,9 @@
1.4 extern int SDL_PrivateQuit(void);
1.5 extern int SDL_PrivateSysWMEvent(SDL_SysWMmsg *message);
1.6
1.7 +/* Used to clamp the mouse coordinates separately from the video surface */
1.8 +extern void SDL_SetMouseRange(int maxX, int maxY);
1.9 +
1.10 /* Used by the activity event handler to remove mouse focus */
1.11 extern void SDL_ResetMouse(void);
1.12