|
⇤ ← Revision 1 as of 2010-03-15 00:37:27
Size: 856
Comment: create page, add content (Rev 5540)
|
Size: 865
Comment: update content
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 16: | Line 16: |
| ||'''key'''||the desired SDLKey to query ???|| | ||'''key'''||the desired [[SDLKey]] to query ???|| |
| Line 19: | Line 19: |
| The SDL_scancode that corresponds to the given SDLKey. ??? | The SDL_scancode that corresponds to the given [[SDLKey]]. ??? |
| Line 27: | Line 27: |
| See SDL_scancode for details. <<Color2(green, There is no info to link this to a page unless it links to SDL_keysym)>> | See SDL_scancode for details. <<Color2(green, There is no info to link this to a page unless it only links to SDLKey)>> |
DRAFT |
SDL_GetScancodeFromKey
Use this function to get the scancode corresponding to the given key code according to the current keyboard layout.
Contents
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
