KeyEventStruct.keycode

ushort keycode() @property

Get keycode field.

Returns

The raw hardware code that generated the key event. This field is raraly useful.
void keycode(ushort propval) @property

Set keycode field.

Parameters

propvalThe raw hardware code that generated the key event. This field is raraly useful.