Wiki Page Content

Revision 2 as of 2010-01-21 18:09:15

Clear message

DRAFT

SDL_GetWindowGrab

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

Syntax

int SDL_GetWindowGrab(SDL_Window* window)

Function Parameters

window

the type used to identify the window

Return Value

Returns 1 if input is grabbed, and 0 otherwise; call SDL_GetError() for more information.

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