SDL/src/video/windows
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_msctf.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_vkeys.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_windowsclipboard.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_windowsclipboard.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_windowsevents.c Fix grabbing Alt+Tab and Alt+Esc on Windows 7 2021-02-10 10:22:16 -05:00
SDL_windowsevents.h Implement keyboard grab support for Windows 2021-01-24 00:51:25 -05:00
SDL_windowsframebuffer.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_windowsframebuffer.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_windowskeyboard.c video/windows: ANSI/UNICODE updates (cf. bug 5435): 2021-01-05 15:50:10 +03:00
SDL_windowskeyboard.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_windowsmessagebox.c video/windows: ANSI/UNICODE updates (cf. bug 5435): 2021-01-05 15:50:10 +03:00
SDL_windowsmessagebox.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_windowsmodes.c video/windows: ANSI/UNICODE updates (cf. bug 5435): 2021-01-05 15:50:10 +03:00
SDL_windowsmodes.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_windowsmouse.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_windowsmouse.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_windowsopengl.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_windowsopengl.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_windowsopengles.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_windowsopengles.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_windowsshape.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_windowsshape.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_windowstaskdialog.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_windowsvideo.c Rename SetWindowGrab() to SetWindowMouseGrab() 2021-02-10 10:22:16 -05:00
SDL_windowsvideo.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_windowsvulkan.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_windowsvulkan.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_windowswindow.c Expose separate keyboard and mouse grab support 2021-02-10 10:22:17 -05:00
SDL_windowswindow.h Rename SetWindowGrab() to SetWindowMouseGrab() 2021-02-10 10:22:16 -05:00
wmmsg.h wmmsg.h: constified wmtab 2021-01-05 15:15:37 +03:00