Event.getKeyval

Extracts the keyval from an event.

class Event
int
getKeyval
(
out uint keyval
)

Parameters

keyval uint

location to store the keyval. out

Return Value

Type: int

TRUE if the event delivered a key symbol Since 3.2

Meta