sdl2_frt/src
Ryan C. Gordon a0e878aafb Minor input grab clarifications.
Clarify that grabbing the mouse only works with one window at a time; this was
always true at the system level, though SDL could previously get confused
by multiple simultaneous grabs, so now we explicitly break any existing
grab before starting a new one and document it as such.

Also track the window that is currently grabbed, and provide an API to query
for that window. This makes it easy to automate mouse ungrabbing at
breakpoints with gdb7's scripting, since the scripts can now know which window
to ungrab.

In 2.1, we should probably change this API to SDL_GrabInput(win) and
SDL_UngrabInput(void), or something.
2015-03-28 00:48:03 -04:00
..
atomic Fixed bug 2802 - [patch] Fix android build compiling in wrong filesystem implementation 2015-01-26 22:00:29 +01:00
audio winmm: Let audio callback buffer size be less than 1/4 second (thanks, Jon!). 2015-03-24 02:13:25 -04:00
core * More Android patch work 2015-03-24 21:02:28 +01:00
cpuinfo Fixed bug 2802 - [patch] Fix android build compiling in wrong filesystem implementation 2015-01-26 22:00:29 +01:00
dynapi Minor input grab clarifications. 2015-03-28 00:48:03 -04:00
events Keep track of maximum number of events in-flight in the SDL queue at once. 2015-03-25 10:19:10 -04:00
file Fixed bug 2802 - [patch] Fix android build compiling in wrong filesystem implementation 2015-01-26 22:00:29 +01:00
filesystem Fixed comment in implementation for NaCl. 2015-01-31 21:06:37 +01:00
haptic Remove unnecessary parentheses and an unnecessary free() of a NULL pointer. 2015-02-19 13:11:19 -05:00
joystick Cleanups in the joystick code. 2015-03-24 13:52:01 -04:00
libm Fixed bug 2802 - [patch] Fix android build compiling in wrong filesystem implementation 2015-01-26 22:00:29 +01:00
loadso Fixed bug 2802 - [patch] Fix android build compiling in wrong filesystem implementation 2015-01-26 22:00:29 +01:00
main Windows: Added a FIXME. 2015-02-19 21:51:13 -05:00
power Fixed bug 2802 - [patch] Fix android build compiling in wrong filesystem implementation 2015-01-26 22:00:29 +01:00
render Fixed two inconsistencies on failed allocation. 2015-02-08 22:50:16 +01:00
stdlib Fixed bug 2802 - [patch] Fix android build compiling in wrong filesystem implementation 2015-01-26 22:00:29 +01:00
test Fixed a compiler warning. 2015-03-18 00:56:33 -04:00
thread Added missing guards in implementation for PSP. 2015-01-31 22:45:54 +01:00
timer Added missing guards in implementation for PSP. 2015-01-31 22:45:54 +01:00
video Minor input grab clarifications. 2015-03-28 00:48:03 -04:00
SDL_assert_c.h Fixed bug 2802 - [patch] Fix android build compiling in wrong filesystem implementation 2015-01-26 22:00:29 +01:00
SDL_assert.c Fixed bug 2802 - [patch] Fix android build compiling in wrong filesystem implementation 2015-01-26 22:00:29 +01:00
SDL_error_c.h Fixed bug 2802 - [patch] Fix android build compiling in wrong filesystem implementation 2015-01-26 22:00:29 +01:00
SDL_error.c Make SDL error string formatting deal with nasty corner cases. 2015-03-24 03:12:35 -04:00
SDL_hints.c Fixed bug 2802 - [patch] Fix android build compiling in wrong filesystem implementation 2015-01-26 22:00:29 +01:00
SDL_internal.h Fixed bug 2802 - [patch] Fix android build compiling in wrong filesystem implementation 2015-01-26 22:00:29 +01:00
SDL_log.c Fixed bug 2802 - [patch] Fix android build compiling in wrong filesystem implementation 2015-01-26 22:00:29 +01:00
SDL.c Emscripten: Fixed SDL_GetPlatform() returning "Unknown" instead of "Emscripten". 2015-02-14 00:08:48 +01:00