Uses of Class
playn.scene.Touch.Interaction
-
Uses of Touch.Interaction in playn.scene
Methods in playn.scene with parameters of type Touch.Interaction Modifier and Type Method Description voidTouch.Listener. onCancel(Touch.Interaction iact)Notifies listener of a touch cancel event.voidTouch.Listener. onEnd(Touch.Interaction iact)Notifies listener of a touch end event.voidTouch.Listener. onMove(Touch.Interaction iact)Notifies listener of a touch move event.voidTouch.Listener. onStart(Touch.Interaction iact)Notifies listener of a touch start event.