Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2010-01-17 06:34:48
Size: 745
Editor: SheenaSmith
Comment: create page, add content
Revision 2 as of 2010-01-21 18:09:15
Size: 740
Editor: SheenaSmith
Comment: Update WindowID > Window*
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
int SDL_GetWindowGrab(SDL_WindowID windowID) int SDL_GetWindowGrab(SDL_Window* window)
Line 16: Line 16:
||'''windowID'''||the type used to identify the window|| ||'''window'''||the type used to identify the window||

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

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