DRAFT |
SDL_GetGrabbedWindow
Use this function to get the window that currently has an input grab enabled.
Syntax
SDL_Window* SDL_GetGrabbedWindow(void)
Return Value
Returns the window if input is grabbed or NULL otherwise.
Code Examples
You can add your code example here
Remarks
You can add useful comments here
Version
This function is available since SDL 2.0.4.