Uses of Class
com.openinventor.inventor.events.SoSpaceballButtonEvent.Buttons
-
Packages that use SoSpaceballButtonEvent.Buttons Package Description com.openinventor.inventor.events -
-
Uses of SoSpaceballButtonEvent.Buttons in com.openinventor.inventor.events
Methods in com.openinventor.inventor.events that return SoSpaceballButtonEvent.Buttons Modifier and Type Method Description 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 valuestatic 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.Methods in com.openinventor.inventor.events with parameters of type SoSpaceballButtonEvent.Buttons Modifier and Type Method 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.
-