Uses of Enum Class
com.openinventor.inventor.touch.events.SoTouchEvent.States
Packages that use SoTouchEvent.States
-
Uses of SoTouchEvent.States in com.openinventor.inventor.touch
Methods in com.openinventor.inventor.touch with parameters of type SoTouchEvent.StatesModifier and TypeMethodDescriptionSoTouchManager.updateAndProcessTouchEvent
(long id, SoTouchEvent.States state, SbVec2f position, SbTime time) Deprecated.As of Open Inventor 9.5.0.0. -
Uses of SoTouchEvent.States in com.openinventor.inventor.touch.events
Methods in com.openinventor.inventor.touch.events that return SoTouchEvent.StatesModifier and TypeMethodDescriptionSoTouchEvent.getState()
Gets the touch event state (Up, Down, Move or Unknown).static SoTouchEvent.States
SoTouchEvent.States.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoTouchEvent.States
Returns the enum constant of this class with the specified name.static SoTouchEvent.States[]
SoTouchEvent.States.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.inventor.touch.events with parameters of type SoTouchEvent.StatesModifier and TypeMethodDescriptionvoid
SoTouchEvent.setState
(SoTouchEvent.States b) Sets the state of the touch event.