Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2011-10-25 23:22:16
Size: 935
Editor: SheenaSmith
Comment: create page - 10/25 50560ca58f80 (10/24 4a8bbaa52b9b)
Revision 2 as of 2011-10-25 23:24:39
Size: 965
Editor: SheenaSmith
Comment: update content - RFs
Deletions are marked like this. Additions are marked like this.
Line 32: Line 32:
 .[[SDL_GetKeyFromName]] ???

DRAFT

SDL_GetScancodeFromName

Use this function to get a scancode from a human-readable name.

Syntax

SDL_Scancode SDL_GetScancodeFromName(const char* name)

Function Parameters

name

the human-readable scancode name

Return Value

Returns the scancode, or SDL_SCANCODE_UNKNOWN if the name wasn't recognized; call [[SDL_GetError]]() for more information.

green

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryKeyboard

None: SDL_GetScancodeFromName (last edited 2016-10-20 20:57:25 by PhilippWiesemann)

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