|
⇤ ← Revision 1 as of 2010-03-14 22:07:56
Size: 674
Comment: create page, add content (Rev 5540)
|
Size: 659
Comment: update content
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 16: | Line 16: |
| ||'''modstate'''||the desired state of the key modifier for the current keyboard|| | ||'''modstate'''||the desired [[SDLMod]] for the current keyboard|| |
DRAFT |
SDL_SetModState
Use this function to set the current key modifier state for the selected keyboard.
Syntax
void SDL_SetModState(SDLMod modstate)
Function Parameters
modstate |
the desired SDLMod for the current keyboard |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
