Event.getKeycode
bool getKeycode(out ushort keycode)Extracts the hardware keycode from an event.
Also see [gdk.event.Event.getScancode].
Parameters
keycode | location to store the keycode |
Returns
true if the event delivered a hardware keycode
bool getKeycode(out ushort keycode)Extracts the hardware keycode from an event.
Also see [gdk.event.Event.getScancode].
keycode | location to store the keycode |