Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2010-01-17 06:38:24
Size: 769
Editor: SheenaSmith
Comment: create page, add content
Revision 2 as of 2010-01-21 17:42:31
Size: 763
Editor: SheenaSmith
Comment: update WindowID > Window*
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
void SDL_SetWindowGrab(SDL_WindowID windowID,
                       int  mode)
void SDL_SetWindowGrab(SDL_Window* window,
                       int mode)
Line 17: Line 17:
||'''windowID'''||description|| ||'''window'''||description||

DRAFT

SDL_SetWindowGrab

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

Syntax

void SDL_SetWindowGrab(SDL_Window* window,
                       int         mode)

Function Parameters

window

description

mode

this is 1 to grab input, and 0 to release input ''suggest alt: 1 to grab input or 0 to release input''

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryVideo

None: SDL_SetWindowGrab (last edited 2015-03-29 21:55:12 by PhilippWiesemann)

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