SDL/src/core
Cameron Gutman a559864968 x11/wayland: Fix signal handling while blocking in WaitEventTimeout()
Add a new flag to avoid suppressing EINTR in SDL_IOReady(). Pass the
flag in WaitEventTimeout() to ensure that a SIGINT will wake up
SDL_WaitEvent() without another event coming in.
2021-10-30 21:23:45 -07:00
..
android backout SDL_AndroidSetInputType() 2021-10-17 23:47:59 +02:00
freebsd Replace calls to asprintf with SDL_asprintf 2021-09-22 11:53:46 -07:00
linux Added support for touchpads in the Linux evdev code (thanks Francisco!) 2021-10-07 18:14:16 -07:00
openbsd Make sure SDL file descriptors don't leak into child processes 2021-09-08 14:47:40 -07:00
os2 os2, geniconv: replaced many uses of libc calls with SDL_ counterparts. 2021-10-18 14:11:20 +03:00
unix x11/wayland: Fix signal handling while blocking in WaitEventTimeout() 2021-10-30 21:23:45 -07:00
windows Reduce the likelyhood that the mouse will hover over the taskbar or toast notification while in relative mode, which causes a mouse leave event. 2021-09-24 10:49:44 -07:00
winrt winrt: Don't register orientation hint callback in startup code. 2021-08-03 05:07:39 -04:00