public class Mouse
extends playn.core.Mouse
platform.input().mouseEvents.connect(new Mouse.Dispatcher(...)).| Modifier and Type | Class | Description |
|---|---|---|
static class |
Mouse.Dispatcher |
Handles the dispatching of mouse events to layers.
|
static class |
Mouse.HoverEvent |
An event dispatched when the mouse enters or exits a layer.
|
static class |
Mouse.Interaction |
Used to dispatch mouse interactions to layers.
|
static class |
Mouse.Listener |
A listener for mouse button, motion and wheel events with layer info.
|
| Constructor | Description |
|---|---|
Mouse() |
Copyright © 2018. All Rights Reserved.