Uses of Class
com.metaio.sdk.jni.ETOUCH_STATE

Packages that use ETOUCH_STATE
com.metaio.sdk.jni   
 

Uses of ETOUCH_STATE in com.metaio.sdk.jni
 

Methods in com.metaio.sdk.jni that return ETOUCH_STATE
static ETOUCH_STATE ETOUCH_STATE.swigToEnum(int swigValue)
           
static ETOUCH_STATE ETOUCH_STATE.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ETOUCH_STATE[] ETOUCH_STATE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.metaio.sdk.jni with parameters of type ETOUCH_STATE
 void IGestureHandlerCallback.onGeometryPicked(ETOUCH_STATE state, IGeometry geometry)