Uses of Class
com.openinventor.inventor.touch.events.SoTouchEvent.States
-
Packages that use SoTouchEvent.States Package Description com.openinventor.inventor.touch com.openinventor.inventor.touch.events -
-
Uses of SoTouchEvent.States in com.openinventor.inventor.touch
Methods in com.openinventor.inventor.touch with parameters of type SoTouchEvent.States Modifier and Type Method Description SoTouchEvent
SoTouchManager. updateAndProcessTouchEvent(long id, SoTouchEvent.States state, SbVec2f position, SbTime time)
Deprecated.As of Open Inventor 9500. -
Uses of SoTouchEvent.States in com.openinventor.inventor.touch.events
Methods in com.openinventor.inventor.touch.events that return SoTouchEvent.States Modifier and Type Method Description SoTouchEvent.States
SoTouchEvent. 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
SoTouchEvent.States. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoTouchEvent.States[]
SoTouchEvent.States. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.inventor.touch.events with parameters of type SoTouchEvent.States Modifier and Type Method Description void
SoTouchEvent. setState(SoTouchEvent.States b)
Sets the state of the touch event.
-