Wiki Page Content

Differences between revisions 4 and 5
Revision 4 as of 2010-09-24 20:38:43
Size: 818
Editor: SheenaSmith
Comment: minor change
Revision 5 as of 2010-10-11 19:38:35
Size: 826
Editor: SheenaSmith
Comment: minor change
Deletions are marked like this. Additions are marked like this.
Line 19: Line 19:
The [[SDL_scancode]] that corresponds to the given [[SDLKey]]. ??? Returns the [[SDL_scancode]] that corresponds to the given [[SDLKey]]. ???

DRAFT

SDL_GetScancodeFromKey

Use this function to get the scancode corresponding to the given key code according to the current keyboard layout.

Syntax

SDL_scancode SDL_GetScancodeFromKey(SDLKey key)

Function Parameters

key

the desired SDLKey to query ???

Return Value

Returns the SDL_scancode that corresponds to the given SDLKey. ???

Code Examples

You can add your code example here

Remarks

See SDL_scancode for details.


CategoryAPI, CategoryKeyboard

None: SDL_GetScancodeFromKey (last edited 2015-05-31 19:43:23 by PhilippWiesemann)

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