Package | Description |
---|---|
com.openinventor.inventor.events |
Modifier and Type | Method and Description |
---|---|
static SoSpaceballButtonEvent.Buttons |
SoSpaceballButtonEvent.Buttons.fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
SoSpaceballButtonEvent.Buttons |
SoSpaceballButtonEvent.getButton()
Gets which spaceball button generated the event.
|
static SoSpaceballButtonEvent.Buttons |
SoSpaceballButtonEvent.Buttons.valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoSpaceballButtonEvent.Buttons |
SoSpaceballButtonEvent.Buttons.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoSpaceballButtonEvent.Buttons[] |
SoSpaceballButtonEvent.Buttons.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
SoSpaceballButtonEvent.isButtonPressEvent(SoEvent e,
SoSpaceballButtonEvent.Buttons whichButton)
Returns whether the passed event is a spaceball button press event of the passed button.
|
static boolean |
SoSpaceballButtonEvent.isButtonReleaseEvent(SoEvent e,
SoSpaceballButtonEvent.Buttons whichButton)
Returns whether the passed event is a spaceball button release event of the passed button.
|
void |
SoSpaceballButtonEvent.setButton(SoSpaceballButtonEvent.Buttons b)
Sets which spaceball button generated the event.
|
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com