Get the window that currently has an input grab enabled.
Defined in SDL_video.h
SDL_Window * SDL_GetGrabbedWindow(void);
(SDL_Window *) Returns the window if input is grabbed or NULL otherwise.
This function is available since SDL 2.0.4.
CategoryAPI, CategoryAPIFunction, CategoryVideo