Uses of Class
playn.scene.Pointer.Interaction
-
Uses of Pointer.Interaction in playn.scene
Methods in playn.scene with parameters of type Pointer.Interaction Modifier and Type Method Description voidPointer.Listener. onCancel(Pointer.Interaction iact)Notifies listener of a pointer cancel event.voidPointer.Listener. onDrag(Pointer.Interaction iact)Notifies listener of a pointer drag (move) event.voidPointer.Listener. onEnd(Pointer.Interaction iact)Notifies listener of a pointer end event.voidPointer.Listener. onStart(Pointer.Interaction iact)Notifies listener of a pointer start event.