|
Size: 763
Comment: update WindowID > Window*
|
Size: 727
Comment: update content (w/ Sam); remove 'draft' note
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 17: | Line 17: |
| ||'''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''^|| |
||'''window'''||the window to change|| ||'''mode'''||1 to grab input or 0 to release input|| |
| Line 26: | Line 26: |
| ''You can add useful comments here'' | When input is grabbed the mouse is confined to the window. |
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 |
the window to change |
mode |
1 to grab input or 0 to release input |
Code Examples
You can add your code example here
Remarks
When input is grabbed the mouse is confined to the window.
