InputEvent
- class Communicator.Event.InputEvent()
Methods
Methods
getDate
- InputEvent.getDate()
Gets the Date this event occurred
- Return type
Date
- Returns
the event Date
getHandled
- InputEvent.getHandled()
Gets the handled state of the event
- Return type
boolean
- Returns
whether the event has been handled
setHandled
- InputEvent.setHandled(handled)
Sets the handled state of the event. When an event has been handled it will not propagate any further
- Arguments
handled (
boolean()
) – Indicates whether this event has been handled.
- Return type
void