sdl.getScancodeFromName: Difference between revisions
Jump to navigation
Jump to search
m (Mex moved page Sdl.getScancodeFromName to sdl.getScancodeFromName) |
(No difference)
|
Latest revision as of 15:27, 24 August 2019
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.