Uses of Enum Class
com.openinventor.inventor.gestures.events.SoGestureEvent.GestureStates
Packages that use SoGestureEvent.GestureStates
-
Uses of SoGestureEvent.GestureStates in com.openinventor.inventor.gestures.events
Methods in com.openinventor.inventor.gestures.events that return SoGestureEvent.GestureStatesModifier and TypeMethodDescriptionSoGestureEvent.getGestureState()Gets the gesture event state (Begin,Delta,End).static SoGestureEvent.GestureStatesSoGestureEvent.GestureStates.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic SoGestureEvent.GestureStatesReturns the enum constant of this class with the specified name.static SoGestureEvent.GestureStates[]SoGestureEvent.GestureStates.values()Returns an array containing the constants of this enum class, in the order they are declared.