Event.getKeycode

Extracts the hardware keycode from an event.

class Event
int
getKeycode
(
out ushort keycode
)

Parameters

keycode ushort

location to store the keycode. out

Return Value

Type: int

TRUE if the event delivered a hardware keycode Since 3.2

Meta