Function InputEventKey.scancode
The key scancode, which corresponds to one of the keylist constants.
To get a human-readable representation of the InputEventKey, use OS where event is the InputEventKey.
long scancode() nothrow @property @nogc;
void scancode
(
long v
) nothrow @property @nogc;