|
⇤ ← Revision 1 as of 2010-03-14 22:02:35
Size: 719
Comment: create page, add content (Rev 5540)
|
Size: 742
Comment: added RF
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 27: | Line 27: |
| .[[SDL_SetModState]] |
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. ??? green
Code Examples
You can add your code example here
Remarks
You can add useful comments here
