|
Size: 742
Comment: added RF
|
Size: 666
Comment: update content
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 16: | Line 16: |
| The current key modifier state for the selected keyboard. ??? <<Color2(green,Is there a list of modifier states that should be included here like On and Off etc.?)>> | The current key modifier state for the selected keyboard. See [[SDLMod]] for details. ??? |
DRAFT |
SDL_GetModState
Use this function to get the current key modifier state for the selected keyboard.
Syntax
SDLMod SDL_GetModState(void)
Return Value
The current key modifier state for the selected keyboard. See SDLMod for details. ???
Code Examples
You can add your code example here
Remarks
You can add useful comments here
