SDL_GetWindowGrab
Use this function to get a window's input grab mode.
Contents
Syntax
SDL_bool SDL_GetWindowGrab(SDL_Window* window)
Function Parameters
| window | the window to query | 
Return Value
Returns SDL_TRUE if input is grabbed, SDL_FALSE otherwise.
Code Examples
You can add your code example here
Remarks
You can add useful comments here




