Ryujinx-SDL/src/video/os2
Cameron Gutman 6b057c6783 Expose separate keyboard and mouse grab support
This adds SDL_SetWindowKeyboardGrab(), SDL_GetWindowKeyboardGrab(),
SDL_SetWindowMouseGrab(), SDL_GetWindowMouseGrab(), and new
SDL_WINDOW_KEYBOARD_GRABBED flag. It also updates the test harness to exercise
this functionality and makes a minor fix to X11 that I missed in
https://hg.libsdl.org/SDL/rev/02a2d609369b

To fit in with this new support, SDL_WINDOW_INPUT_CAPTURE has been renamed to
SDL_WINDOW_MOUSE_CAPTURE with the old name remaining as an alias for backwards
compatibility with older code.
2021-02-10 10:22:17 -05:00
..
SDL_gradd.h renamed my_gradd.h to SDL_gradd.h 2021-01-24 00:51:24 -05:00
SDL_os2dive.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_os2messagebox.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_os2messagebox.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_os2mouse.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_os2mouse.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_os2output.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_os2util.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_os2util.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_os2video.c Expose separate keyboard and mouse grab support 2021-02-10 10:22:17 -05:00
SDL_os2video.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_os2vman.c renamed my_gradd.h to SDL_gradd.h 2021-01-24 00:51:24 -05:00