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