Wiki Page Content

Differences between revisions 3 and 5 (spanning 2 versions)
Revision 3 as of 2010-08-29 23:19:34
Size: 619
Editor: SheenaSmith
Comment: update content (w/ Sam); remove 'draft' note
Revision 5 as of 2010-10-09 00:14:55
Size: 618
Editor: SheenaSmith
Comment: update content - pointers, structs
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
Use this function to get the window's input grab mode. Use this function to get a window's input grab mode.
Line 15: Line 15:
||'''window'''||the window to query|| ||'''window'''||the SDL_Window to query||
Line 18: Line 18:
Returns 1 if input is grabbed and 0 otherwise. Returns 1 if input is grabbed, 0 otherwise.

SDL_GetWindowGrab

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

Syntax

int SDL_GetWindowGrab(SDL_Window* window)

Function Parameters

window

the SDL_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

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

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