Ryujinx-SDL/src/events
Sam Lantinga 5669743a43 Make sure SDL_CaptureMouse() is only called on the main thread
Windows handles mouse capture on a per-thread basis, and capture must be done on the thread used to create a window.

Fixes https://github.com/libsdl-org/SDL/issues/5577
2022-05-19 09:52:47 -07:00
..
blank_cursor.h Updated copyright for 2022 2022-01-03 09:40:21 -08:00
default_cursor.h Updated copyright for 2022 2022-01-03 09:40:21 -08:00
imKStoUCS.c wayland: Reuse KeySymToUcs4 to replicate X11 keymap behavior 2021-09-23 11:50:47 -07:00
imKStoUCS.h wayland: Reuse KeySymToUcs4 to replicate X11 keymap behavior 2021-09-23 11:50:47 -07:00
scancodes_darwin.h Add clang-format on/off comments where necessary. 2022-05-19 01:31:29 -07:00
scancodes_linux.h Add clang-format on/off comments where necessary. 2022-05-19 01:31:29 -07:00
scancodes_windows.h Add clang-format on/off comments where necessary. 2022-05-19 01:31:29 -07:00
scancodes_xfree86.h Add clang-format on/off comments where necessary. 2022-05-19 01:31:29 -07:00
SDL_clipboardevents_c.h Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_clipboardevents.c Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_displayevents_c.h Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_displayevents.c Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_dropevents_c.h Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_dropevents.c Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_events_c.h Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_events.c Add new verbosity level for logging of SDL_SysWMEvents 2022-05-02 15:33:13 -07:00
SDL_gesture_c.h Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_gesture.c Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_keyboard_c.h Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_keyboard.c Add SDL_SCANCODE_CALL and SDL_SCANCODE_ENDCALL 2022-05-10 16:12:10 -07:00
SDL_mouse_c.h Fixed warping back into the window when gaining focus with warp relative mode enabled 2022-05-18 10:10:51 -07:00
SDL_mouse.c Make sure SDL_CaptureMouse() is only called on the main thread 2022-05-19 09:52:47 -07:00
SDL_quit.c Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_sysevents.h Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_touch_c.h Fixed bug #2032: add SDL_GetTouchName to expose the driver name of the device (Thanks @mgerhardy!) 2022-02-08 11:32:20 +01:00
SDL_touch.c Vita: add hint to select which touchpad generates mouse events 2022-03-28 08:36:32 -07:00
SDL_windowevents_c.h Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_windowevents.c hints: Added SDL_HINT_QUIT_ON_LAST_WINDOW_CLOSE. 2022-03-22 09:54:29 -04:00