Wiki Page Content

Differences between revisions 2 and 3
Revision 2 as of 2010-03-15 00:37:26
Size: 861
Editor: SheenaSmith
Comment: minor change
Revision 3 as of 2010-06-24 17:22:30
Size: 814
Editor: SheenaSmith
Comment: update content
Deletions are marked like this. Additions are marked like this.
Line 19: Line 19:
The SDLKey that corresponds to the given SDL_scancode. ??? The [[SDLKey]] that corresponds to the given SDL_scancode. ???
Line 27: Line 27:
See SDLKey for details. <<Color2(green, There is no info to link this to a page unless it links to SDL_keysym)>> See [[SDLKey]] for details.
Line 31: Line 31:
 .[[SDL_GetScancodeFromKey]] ???

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 SDLKey that corresponds to the given SDL_scancode. ???

Code Examples

You can add your code example here

Remarks

See SDLKey for details.


CategoryAPI, CategoryKeyboard

None: SDL_GetKeyFromScancode (last edited 2015-05-31 19:44:04 by PhilippWiesemann)

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