Uses of Class
playn.scene.Pointer.Interaction
-
Uses of Pointer.Interaction in playn.scene
Methods in playn.scene with parameters of type Pointer.InteractionModifier and TypeMethodDescriptionvoidPointer.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.