| Modifier and Type | Field and Description |
|---|---|
Pointer.Event.Kind |
Pointer.Event.kind
Whether this event represents a start, move, etc.
|
| Modifier and Type | Method and Description |
|---|---|
static Pointer.Event.Kind |
Pointer.Event.Kind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Pointer.Event.Kind[] |
Pointer.Event.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Event(int flags,
double time,
float x,
float y,
Pointer.Event.Kind kind,
boolean isTouch) |
Copyright © 2018. All Rights Reserved.