Wiki Page Content

Differences between revisions 2 and 3
Revision 2 as of 2010-06-24 04:53:13
Size: 865
Editor: SheenaSmith
Comment: update content
Revision 3 as of 2010-06-24 17:23:44
Size: 899
Editor: SheenaSmith
Comment: add RF
Deletions are marked like this. Additions are marked like this.
Line 30: Line 30:
 .[[SDL_GetKeyFromScancode]] ???

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

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

Code Examples

You can add your code example here

Remarks

See SDL_scancode for details. green


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