Wiki Page Content

Revision 6 as of 2011-01-01 20:57:25

Clear message

SDL_GetWindowGrab

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

Syntax

int SDL_GetWindowGrab(SDL_Window* window)

Function Parameters

window

the window to query

Return Value

Returns 1 if input is grabbed, 0 otherwise.

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryVideo

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