SDL/src
David Ludwig 441359bd5a WinRT: workaround a possible Windows bug, whereby hiding cursors, disables mouse-moved events
This workaround, unfortunately, requires that apps directly link to a set of
Win32-style cursor resource files (that contain a transparent cursor image).
Copies of suitable resource files are in src/core/winrt/, and should be
included directly in an app's MSVC project.

A rough explanation of this workaround/hack, and why it's needed (and
seemingly can't be done through programmatic means), is in this change's code.
2016-05-14 23:29:49 -04:00
..
atomic Updated copyright to 2016 2016-01-02 10:10:34 -08:00
audio Patched to compile on various platforms. 2016-04-12 18:11:36 -04:00
core WinRT: bug hack-fix - gamepad detection was failing on Xbox One 2016-04-11 00:22:39 -04:00
cpuinfo Updated copyright to 2016 2016-01-02 10:10:34 -08:00
dynapi PSP: Deactivated dynamic API. 2016-02-13 17:35:38 +01:00
events Fixed comment in gesture source. 2016-03-27 22:22:13 +02:00
file Updated copyright to 2016 2016-01-02 10:10:34 -08:00
filesystem David Carlier implemented SDL_GetBasePath() for OpenBSD 2016-01-31 21:11:15 -08:00
haptic Patched to compile on various platforms. 2016-04-12 18:11:36 -04:00
joystick Patched to compile on various platforms. 2016-04-12 18:11:36 -04:00
libm Updated copyright to 2016 2016-01-02 10:10:34 -08:00
loadso Updated copyright to 2016 2016-01-02 10:10:34 -08:00
main WinRT: workaround a possible Windows bug, whereby hiding cursors, disables mouse-moved events 2016-05-14 23:29:49 -04:00
power Updated copyright to 2016 2016-01-02 10:10:34 -08:00
render PSP: Fixed returning success from unsupported SDL_RenderReadPixels(). 2016-04-01 21:13:58 +02:00
stdlib Quick fix for qsort off-by-one error. 2016-03-11 08:30:18 -08:00
test Fixed compile warnings about uninitialized variables in test library. 2016-01-06 22:39:29 +01:00
thread PSP: Fixed compile error. 2016-04-14 21:09:45 +02:00
timer threads: Move SDL's own thread creation to a new internal API. 2016-04-12 16:45:10 -04:00
video WinRT: workaround a possible Windows bug, whereby hiding cursors, disables mouse-moved events 2016-05-14 23:29:49 -04:00
SDL.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_assert.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_assert_c.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_error.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_error_c.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_hints.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_internal.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_log.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00