Wiki Page Content

Revision 1 as of 2010-03-15 00:29:30

Clear message

DRAFT

SDL_GetKeyFromScancode

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

Syntax

SDLKey SDL_GetKeyFromScancode(SDL_scancode scancode)

Function Parameters

scancode

the desired SDL_scancode to query ???

Return Value

The corresponding SDLKey for the given SDL_scancode. ???

Code Examples

You can add your code example here

Remarks

See SDLKey for details. green


CategoryAPI, CategoryKeyboard

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