Package playn.scene

Class Mouse.Dispatcher

java.lang.Object
react.Slot<Mouse.Event>
playn.scene.Mouse.Dispatcher
All Implemented Interfaces:
Reactor.RListener, SignalView.Listener<Mouse.Event>, ValueView.Listener<Mouse.Event>
Enclosing class:
Mouse

public static class Mouse.Dispatcher extends Slot<Mouse.Event>
Handles the dispatching of mouse events to layers.
  • Constructor Details

    • Dispatcher

      public Dispatcher(Layer root, boolean bubble)
  • Method Details