EventKey.hardwareKeycode
ushort hardwareKeycode() @property nothrowGet hardwareKeycode field.
Returns
the raw code of the key that was pressed or released.
void hardwareKeycode(ushort propval) @property nothrowSet hardwareKeycode field.
Parameters
propval | the raw code of the key that was pressed or released. |