DRAFT |
SDL_HINT_GRAB_KEYBOARD
A hint that specifies whether grabbing input grabs the keyboard.
Values
0 |
grab will affect only the mouse |
1 |
grab will affect mouse and keyboard |
Default
By default SDL will not grab the keyboard so system shortcuts still work.
Code Examples
You can add your code example here
Remarks
You can add useful comments here