Package | Description |
---|---|
com.openinventor.inventor.touch | |
com.openinventor.inventor.touch.events |
Modifier and Type | Method and Description |
---|---|
SoTouchEvent |
SoTouchManager.updateAndProcessTouchEvent(long id,
SoTouchEvent.States state,
SbVec2f position,
SbTime time)
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
Modifier and Type | Method and Description |
---|---|
static SoTouchEvent.States |
SoTouchEvent.States.fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
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 value
|
static 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.
|
Modifier and Type | Method and Description |
---|---|
void |
SoTouchEvent.setState(SoTouchEvent.States b)
Sets the state of the touch event.
|
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com