Fx.Abstract.Node._events._onTouch

trait _onTouch
class Object
trait Matchable
class Any

Def

def onTouchMoved[U](l: Touch => U): Control

On touch moved

On touch moved

Defines a function to be called when a touch point is moved

Source
_onTouch.scala
def onTouchPressed[U](l: Touch => U): Control

On touch pressed

On touch pressed

Defines a function to be called when a new touch point is pressed

Source
_onTouch.scala
def onTouchReleased[U](l: Touch => U): Control

On touch released

On touch released

Defines a function to be called when a touch point is released

Source
_onTouch.scala
def onTouchStationary[U](l: Touch => U): Control

On touch stationary

On touch stationary

Defines a function to be called when a touch point stays pressed and still

Source
_onTouch.scala