| Modifier and Type | Field and Description |
|---|---|
Touch.Event.Kind |
Touch.Event.kind
Whether this event represents a start, move, etc.
|
| Modifier and Type | Method and Description |
|---|---|
static Touch.Event.Kind |
Touch.Event.Kind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Touch.Event.Kind[] |
Touch.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,
Touch.Event.Kind kind,
int id) |
Event(int flags,
double time,
float x,
float y,
Touch.Event.Kind kind,
int id,
float pressure,
float size) |
Copyright © 2018. All Rights Reserved.