TouchPoint

scalafx.scene.input.TouchPoint
See theTouchPoint companion class
object TouchPoint

Attributes

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

Members list

Type members

Classlikes

sealed abstract class State(val delegate: State) extends SFXEnumDelegate[State]

Attributes

Companion
object
Supertypes
trait SFXEnumDelegate[State]
trait SFXDelegate[State]
class Object
trait Matchable
class Any
Known subtypes
object Moved.type
object Pressed.type
object Released.type
object Stationary.type
object State extends SFXEnumDelegateCompanion[State, State]

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Show all
Self type
State.type

Implicits

Implicits

implicit def sfxTouchPoint2jfx(tp: TouchPoint): TouchPoint