sdl2_frt/src
Dean Herbert 89b6209313 Fix race condition that can lead to ENTER/LEAVE window events never firing
On windows, when toggling the state of RelativeMode rapidly, there is a
high chance that SDL_WINDOWEVENT_ENTER / SDL_WINDOWEVENT_LEAVE events
will stop firing indefinitely.

This aims to resolve that shortcoming by ensuring mouse focus state is
correctly updated via WM_MOUSELEAVE events arriving via the windows
event hook.
2021-04-07 14:02:43 -07:00
..
atomic
audio audio: Fixed assertion failure if trying to use dummy backend. 2021-04-06 18:35:20 -04:00
core ibus: make sure we don't pass a NULL path string over D-Bus. 2021-04-04 00:29:26 -04:00
cpuinfo Initial rebase of xerpi's port 2021-03-08 09:07:12 -08:00
dynapi Squashed commit of the following: 2021-03-29 08:54:41 -07:00
events Fix invalid UTF-8 handling of extra bytes 2021-03-16 18:51:28 -07:00
file Add support for Vita file API in SDL_rwops 2021-03-08 09:07:12 -08:00
filesystem Deprecate dolcesdk 2021-03-08 09:07:12 -08:00
haptic
hidapi Added support for the Amazon Game Controller to the HIDAPI driver 2021-03-26 11:57:19 -07:00
joystick Added mapping for the Amazon Luna controller on Linux 2021-03-26 13:53:58 -07:00
libm
loadso
locale
main
misc Deprecate dolcesdk 2021-03-08 09:07:12 -08:00
power Initial rebase of xerpi's port 2021-03-08 09:07:12 -08:00
render render: draw when hidden, except on iOS and Android. 2021-04-02 14:01:41 -04:00
sensor Deprecate dolcesdk 2021-03-08 09:07:12 -08:00
stdlib fix invalid out of bounds UTF8 handling 2021-03-16 18:51:28 -07:00
test Fix flags check in test code 2021-02-15 08:43:53 -08:00
thread tls: wrap reference to a mutex into an #if !SDL_THREADS_DISABLED test. 2021-04-02 14:36:53 -04:00
timer Formatting 2021-03-08 09:07:12 -08:00
video Fix race condition that can lead to ENTER/LEAVE window events never firing 2021-04-07 14:02:43 -07:00
SDL_assert_c.h
SDL_assert.c
SDL_dataqueue.c
SDL_dataqueue.h
SDL_error_c.h
SDL_error.c
SDL_hints_c.h
SDL_hints.c
SDL_internal.h
SDL_log.c Initial rebase of xerpi's port 2021-03-08 09:07:12 -08:00
SDL.c linux: (de)initialize d-bus at init and quit. 2021-04-02 14:35:11 -04:00