TouchEvent

scalafx.scene.input.TouchEvent
See theTouchEvent companion class
object TouchEvent

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
TouchEvent.type

Members list

Value members

Concrete fields

val Any: EventType[TouchEvent]

Common supertype for all touch event types.

Common supertype for all touch event types.

Attributes

val TouchMoved: EventType[TouchEvent]

This event occurs when the touch point is moved.

This event occurs when the touch point is moved.

Attributes

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).

Attributes

val TouchReleased: EventType[TouchEvent]

This event occurs when the touch point is released.

This event occurs when the touch point is released.

Attributes

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).

Attributes

Deprecated fields

val ANY: EventType[TouchEvent]

Attributes

Deprecated
true
val TOUCH_MOVED: EventType[TouchEvent]

Attributes

Deprecated
true
val TOUCH_PRESSED: EventType[TouchEvent]

Attributes

Deprecated
true
val TOUCH_RELEASED: EventType[TouchEvent]

Attributes

Deprecated
true
val TOUCH_STATIONARY: EventType[TouchEvent]

Attributes

Deprecated
true

Implicits

Implicits

implicit def sfxTouchEvent2jfx(se: TouchEvent): TouchEvent