Package playn.scene

Class Touch


public class Touch extends Touch
Integrates the layer system with touch interactions. To receive touch events on layers, connect the touch event dispatcher as a global touch listener like so: platform.input().touchEvents.connect(new Touch.Dispatcher(...)).
  • Constructor Details

    • Touch

      public Touch()