|
Size: 698
Comment: update content - changeset 4465
|
Size: 703
Comment: renamed SDLMod, renamed "Related Functions" to "See Also", added SDL_Mod to "See Also"
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 16: | Line 16: |
| ^Returns an OR'd combination of the modifier keys for the keyboard. See [[SDLMod]] for details.^ ??? | ^Returns an OR'd combination of the modifier keys for the keyboard. See [[SDL_Mod]] for details.^ ??? |
| Line 26: | Line 26: |
| == Related Functions == .[[SDL_GetKeyboardState]] * |
== See Also == .[[SDL_GetKeyboardState]] |
| Line 29: | Line 29: |
| .[[SDL_Mod]] |
DRAFT |
SDL_GetModState
Use this function to get the current key modifier state for the keyboard.
Syntax
SDLMod 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
