|
Size: 814
Comment: update content
|
Size: 830
Comment: minor change
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 16: | Line 16: |
| ||'''scancode'''||the desired SDL_scancode to query ???|| | ||'''scancode'''||the desired [[SDL_scancode]] to query ???|| |
| Line 19: | Line 19: |
| The [[SDLKey]] that corresponds to the given SDL_scancode. ??? | Returns the [[SDLKey]] that corresponds to the given [[SDL_scancode]]. ??? |
DRAFT |
SDL_GetKeyFromScancode
Use this function to get the key code corresponding to the given scancode according to the current keyboard layout.
Contents
Syntax
SDLKey SDL_GetKeyFromScancode(SDL_scancode scancode)
Function Parameters
scancode |
the desired SDL_scancode to query ??? |
Return Value
Returns the SDLKey that corresponds to the given SDL_scancode. ???
Code Examples
You can add your code example here
Remarks
See SDLKey for details.
