Uses of Enum Class
com.openinventor.inventor.events.SoSpaceballButtonEvent.Buttons
Packages that use SoSpaceballButtonEvent.Buttons
-
Uses of SoSpaceballButtonEvent.Buttons in com.openinventor.inventor.events
Methods in com.openinventor.inventor.events that return SoSpaceballButtonEvent.ButtonsModifier and TypeMethodDescriptionSoSpaceballButtonEvent.getButton()Gets which spaceball button generated the event.SoSpaceballButtonEvent.Buttons.valueOf(int val) Returns the enum constant of this type with the specified integer valueReturns the enum constant of this class with the specified name.static SoSpaceballButtonEvent.Buttons[]SoSpaceballButtonEvent.Buttons.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.inventor.events with parameters of type SoSpaceballButtonEvent.ButtonsModifier and TypeMethodDescriptionstatic booleanSoSpaceballButtonEvent.isButtonPressEvent(SoEvent e, SoSpaceballButtonEvent.Buttons whichButton) Returns whether the passed event is a spaceball button press event of the passed button.static booleanSoSpaceballButtonEvent.isButtonReleaseEvent(SoEvent e, SoSpaceballButtonEvent.Buttons whichButton) Returns whether the passed event is a spaceball button release event of the passed button.voidSoSpaceballButtonEvent.setButton(SoSpaceballButtonEvent.Buttons b) Sets which spaceball button generated the event.