EventKey.hardwareKeycode

ushort hardwareKeycode() @property nothrow

Get hardwareKeycode field.

Returns

the raw code of the key that was pressed or released.
void hardwareKeycode(ushort propval) @property nothrow

Set hardwareKeycode field.

Parameters

propvalthe raw code of the key that was pressed or released.