Wiki Page Content

Differences between revisions 3 and 10 (spanning 7 versions)
Revision 3 as of 2010-06-24 18:35:35
Size: 666
Editor: SheenaSmith
Comment: update content
Revision 10 as of 2015-04-26 19:58:52
Size: 697
Comment: Corrected section name and removed link to enum.
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 12: Line 12:
SDLMod SDL_GetModState(void) SDL_Keymod SDL_GetModState(void)
Line 16: Line 16:
The current key modifier state for the selected keyboard. See [[SDLMod]] for details.  ??? Returns an OR'd combination of the modifier keys for the keyboard. See [[SDL_Keymod]] for details.
Line 27: Line 27:
 .[[SDL_GetKeyboardState]]

DRAFT

SDL_GetModState

Use this function to get the current key modifier state for the keyboard.

Syntax

SDL_Keymod SDL_GetModState(void)

Return Value

Returns an OR'd combination of the modifier keys for the keyboard. See SDL_Keymod for details.

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryKeyboard

None: SDL_GetModState (last edited 2015-04-26 19:58:52 by PhilippWiesemann)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit