|
Size: 719
Comment: create page, add content (Rev 5540)
|
Size: 698
Comment: update content - changeset 4465
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 6: | Line 6: |
| Use this function to get the current key modifier state for the selected keyboard. | Use this function to get the current key modifier state for the keyboard. |
| 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.?)>> | ^Returns an OR'd combination of the modifier keys for the keyboard. See [[SDLMod]] for details.^ ??? |
| Line 27: | Line 27: |
| .[[SDL_GetKeyboardState]] * .[[SDL_SetModState]] |
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 [[SDLMod]] for details. ???
Code Examples
You can add your code example here
Remarks
You can add useful comments here
