sdl2_frt/src/video/directfb
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_DirectFB_dyn.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_DirectFB_dyn.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_DirectFB_events.c Expose separate keyboard and mouse grab support 2021-02-10 10:22:17 -05:00
SDL_DirectFB_events.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_DirectFB_modes.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_DirectFB_modes.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_DirectFB_mouse.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_DirectFB_mouse.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_DirectFB_opengl.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_DirectFB_opengl.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_DirectFB_render.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_DirectFB_render.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_DirectFB_shape.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_DirectFB_shape.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_DirectFB_video.c DirectFB: Split input grab handling into keyboard and mouse parts 2021-02-10 10:22:16 -05:00
SDL_DirectFB_video.h DirectFB: Split input grab handling into keyboard and mouse parts 2021-02-10 10:22:16 -05:00
SDL_DirectFB_vulkan.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_DirectFB_vulkan.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_DirectFB_window.c DirectFB: Split input grab handling into keyboard and mouse parts 2021-02-10 10:22:16 -05:00
SDL_DirectFB_window.h DirectFB: Split input grab handling into keyboard and mouse parts 2021-02-10 10:22:16 -05:00
SDL_DirectFB_WM.c DirectFB: Split input grab handling into keyboard and mouse parts 2021-02-10 10:22:16 -05:00
SDL_DirectFB_WM.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00