KeyEventStruct.keycode
ushort keycode() @property nothrowGet keycode field.
Returns
The raw hardware code that generated the key event. This field is raraly useful.
void keycode(ushort propval) @property nothrowSet keycode field.
Parameters
propval | The raw hardware code that generated the key event. This field is raraly useful. |