Wiki Page Content

SDL_GetWindowGrab

Use this function to get a window's input grab mode.

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


CategoryAPI, CategoryVideo

None: SDL_GetWindowGrab (last edited 2011-03-13 21:21:13 by SheenaSmith)

Feedback
Please include your contact information if you'd like to receive a reply.
Submit