|
Size: 818
Comment: minor change
|
Size: 826
Comment: minor change
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 19: | Line 19: |
| The [[SDL_scancode]] that corresponds to the given [[SDLKey]]. ??? | Returns the [[SDL_scancode]] that corresponds to the given [[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
Returns the SDL_scancode that corresponds to the given SDLKey. ???
Code Examples
You can add your code example here
Remarks
See SDL_scancode for details.
