InputEvent
-
class
Event.InputEvent()
Constructors
-
Event.InputEvent.constructor() - InputEvent(viewKey:
ViewKey?):InputEventParameters
viewKey:
ViewKey= ViewKey.Defaultkey for the View the event is occurring inReturns:
InputEvent
Accessors
Methods
-
Event.InputEvent.getDate() - getDate(): Date
Gets the Date this event occurred
Returns: Date
the event Date
-
Event.InputEvent.getHandled() - getHandled(): boolean
Gets the handled state of the event
Returns: boolean
whether the event has been handled
-
Event.InputEvent.setHandled() - setHandled(handled: boolean): void
Sets the handled state of the event. When an event has been handled it will not propagate any further
Parameters
handled: boolean
Indicates whether this event has been handled.Returns: void