sdl2_frt/src/video/cocoa
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_cocoaclipboard.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoaclipboard.m Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoaevents.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoaevents.m Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoakeyboard.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoakeyboard.m Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoamessagebox.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoamessagebox.m Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoametalview.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoametalview.m Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoamodes.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoamodes.m Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoamouse.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoamouse.m Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoamousetap.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoamousetap.m Expose separate keyboard and mouse grab support 2021-02-10 10:22:17 -05:00
SDL_cocoaopengl.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoaopengl.m Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoaopengles.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoaopengles.m Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoashape.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoashape.m Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoavideo.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoavideo.m Rename SetWindowGrab() to SetWindowMouseGrab() 2021-02-10 10:22:16 -05:00
SDL_cocoavulkan.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoavulkan.m Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoawindow.h Rename SetWindowGrab() to SetWindowMouseGrab() 2021-02-10 10:22:16 -05:00
SDL_cocoawindow.m Expose separate keyboard and mouse grab support 2021-02-10 10:22:17 -05:00