Event.getKeyval

Extracts the keyval from an event.

class Event
bool
getKeyval
(
out uint keyval
)

Parameters

keyval uint

location to store the keyval

Return Value

Type: bool

%TRUE if the event delivered a key symbol

Meta