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