SDL/src/events
Ryan C. Gordon fd638d4de7 SDL_WarpMouseGlobal() should return non-void.
There are platforms it isn't implemented on (and currently can't be
implemented on!), and there's currently no way for an app to know this.

This shouldn't break ABI on apps that moved to a revision between 2.0.3 and
2.0.4.
2015-07-17 21:03:58 -04:00
..
blank_cursor.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
default_cursor.h Fixed comments at conditional compilation macros. 2015-06-05 19:41:18 +02:00
scancodes_darwin.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
scancodes_linux.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
scancodes_windows.h Added some unknown keys from Japanese 106/109 keyboards (thanks, "ver0hiro"!). 2015-05-26 20:55:03 -04:00
scancodes_xfree86.h Added some unknown keys from Japanese 106/109 keyboards (thanks, "ver0hiro"!). 2015-05-26 20:55:03 -04:00
SDL_clipboardevents_c.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_clipboardevents.c Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_dropevents_c.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_dropevents.c Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_events_c.h Unix: Don't send quit events during signal handler. 2015-06-08 01:52:43 -04:00
SDL_events.c Unix: Don't send quit events during signal handler. 2015-06-08 01:52:43 -04:00
SDL_gesture_c.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_gesture.c Removed redundant variable check when processing gestures. 2015-07-01 21:10:54 +02:00
SDL_keyboard_c.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_keyboard.c Fixed bug 2096 - Mapping from scancode to keycode doesn't work for remapped modifier keys 2015-05-28 12:48:20 -07:00
SDL_mouse_c.h SDL_WarpMouseGlobal() should return non-void. 2015-07-17 21:03:58 -04:00
SDL_mouse.c SDL_WarpMouseGlobal() should return non-void. 2015-07-17 21:03:58 -04:00
SDL_quit.c Unix: Don't send quit events during signal handler. 2015-06-08 01:52:43 -04:00
SDL_sysevents.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_touch_c.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_touch.c Fixed crash if allocation for touch device failed. 2015-06-12 21:10:31 +02:00
SDL_windowevents_c.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_windowevents.c Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00