| Modifier and Type | Class and Description |
|---|---|
static class |
Pointer.Dispatcher
Handles the dispatching of pointer events to layers.
|
static class |
Pointer.Interaction
Used to dispatch pointer interactions to layers.
|
static class |
Pointer.Listener
A listener for pointer events with layer info.
|
Pointer.Eventpublic Pointer(Platform plat, Layer root, boolean bubble)
bubble - if true, events are "bubbled" up the layer hierarchy, if false they are
delivered only to the hit layer. See Pointer.Dispatcher for details.Copyright © 2017. All Rights Reserved.