|
Size: 704
Comment: missed an SDLMod
|
Size: 713
Comment: Changed SDL_Mod to SDL_Keymod.
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 12: | Line 12: |
| SDL_Mod SDL_GetModState(void) | SDL_Keymod SDL_GetModState(void) |
| Line 16: | Line 16: |
| ^Returns an OR'd combination of the modifier keys for the keyboard. See [[SDL_Mod]] for details.^ ??? | ^Returns an OR'd combination of the modifier keys for the keyboard. See [[SDL_Keymod]] for details.^ ??? |
| Line 29: | Line 29: |
| .[[SDL_Mod]] | .[[SDL_Keymod]] |
DRAFT |
SDL_GetModState
Use this function to get the current key modifier state for the keyboard.
Syntax
SDL_Keymod SDL_GetModState(void)
Return Value
Returns an OR'd combination of the modifier keys for the keyboard. See [[SDL_Keymod]] for details. ???
Code Examples
You can add your code example here
Remarks
You can add useful comments here
