Package playn.scene
Class 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 Summary
Constructors Constructor Description Dispatcher(Layer root, boolean bubble) -
Method Summary
Modifier and Type Method Description voidonEmit(Mouse.Event event)
-
Constructor Details
-
Dispatcher
-
-
Method Details
-
onEmit
-