TouchInputEvent
-
class
Event.
TouchInputEvent
()
Accessors
viewKey
Accessors
-
Event.
viewKey
() Get the ViewKey this event is associated with.
Return type: ViewKey
Methods
getButtons
-
TouchInputEvent.
getButtons
() gets the mouse buttons currently pressed with this event
Returns: the mouse buttons currently pressed for this event Return type: Buttons
getDate
-
TouchInputEvent.
getDate
() Gets the Date this event occurred
Returns: the event Date Return type: Date
getEventType
-
TouchInputEvent.
getEventType
() gets the event type
Returns: the type of touch event Return type: TouchInputType
getHandled
-
TouchInputEvent.
getHandled
() Gets the handled state of the event
Returns: whether the event has been handled Return type: boolean
getId
-
TouchInputEvent.
getId
() gets the id this event
Returns: the unique identifier for this touch Return type: number