public final class VgGestureState
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static VgGestureState |
eVgGestureBegin
The gesture begins.
|
static VgGestureState |
eVgGestureEnd
The gesture ends.
|
static VgGestureState |
eVgGestureUpdate
The gesture continues.
|
| Modifier and Type | Method and Description |
|---|---|
static VgGestureState |
swigToEnum(int swigValue) |
int |
swigValue() |
java.lang.String |
toString() |
public static final VgGestureState eVgGestureBegin
public static final VgGestureState eVgGestureUpdate
public static final VgGestureState eVgGestureEnd
public final int swigValue()
public java.lang.String toString()
toString in class java.lang.Objectpublic static VgGestureState swigToEnum(int swigValue)