sdl.getScancodeFromName
Function Server and Client
![]()
Online and Offline
Available since Server 1.0.0, Client 1.0.0
int sdl.getScancodeFromName(string scanCodeName)
The sdl.getScancodeFromName function is used to fetch get a scancode from a human-readable name.
Parameters
| 1) | string | scanCodeName | The key scan code name to fetch the key scan code for. |
Return
| int | An integer representing a scancode from a human-readable name. |
Notes
Examples
There aren't any examples for this function.
Compatibility
There isn't any compatibility information for this function.