TouchEvent

object TouchEvent
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete fields

val Any: EventType[TouchEvent]

Common supertype for all touch event types.

Common supertype for all touch event types.

val TouchMoved: EventType[TouchEvent]

This event occurs when the touch point is moved.

This event occurs when the touch point is moved.

val TouchPressed: EventType[TouchEvent]

This event occurs when the touch point is pressed (touched for the first time).

This event occurs when the touch point is pressed (touched for the first time).

val TouchReleased: EventType[TouchEvent]

This event occurs when the touch point is released.

This event occurs when the touch point is released.

val TouchStationary: EventType[TouchEvent]

This event occurs when the touch point is pressed and still (doesn't move).

This event occurs when the touch point is pressed and still (doesn't move).

Deprecated fields

@deprecated("Use Any; ANY will be removed in a future release", "8.0.60-R10")
val ANY: EventType[TouchEvent]
Deprecated
@deprecated("Use TouchMoved; TOUCH_MOVED will be removed in a future release", "8.0.60-R10")
val TOUCH_MOVED: EventType[TouchEvent]
Deprecated
@deprecated("Use TouchPressed; TOUCH_PRESSED will be removed in a future release", "8.0.60-R10")
val TOUCH_PRESSED: EventType[TouchEvent]
Deprecated
@deprecated("Use TouchReleased; TOUCH_RELEASED will be removed in a future release", "8.0.60-R10")
val TOUCH_RELEASED: EventType[TouchEvent]
Deprecated
@deprecated("Use TouchStationary; TOUCH_STATIONARY will be removed in a future release", "8.0.60-R10")
val TOUCH_STATIONARY: EventType[TouchEvent]
Deprecated

Implicits

Implicits

implicit def sfxTouchEvent2jfx(se: TouchEvent): TouchEvent