Uses of Class
com.openinventor.inventor.events.SoControllerButtonEvent.Buttons
-
Packages that use SoControllerButtonEvent.Buttons Package Description com.openinventor.inventor.events -
-
Uses of SoControllerButtonEvent.Buttons in com.openinventor.inventor.events
Methods in com.openinventor.inventor.events that return SoControllerButtonEvent.Buttons Modifier and Type Method Description SoControllerButtonEvent.Buttons
SoControllerButtonEvent. getButton()
Get which button generated the event.static SoControllerButtonEvent.Buttons
SoControllerButtonEvent.Buttons. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoControllerButtonEvent.Buttons
SoControllerButtonEvent.Buttons. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoControllerButtonEvent.Buttons[]
SoControllerButtonEvent.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 SoControllerButtonEvent.Buttons Modifier and Type Method Description static boolean
SoControllerButtonEvent. isButtonPressEvent(SoEvent e, SoControllerButtonEvent.Buttons whichButton)
Convenience function to see if anSoEvent
is a press of the passed mouse button.static boolean
SoControllerButtonEvent. isButtonReleaseEvent(SoEvent e, SoControllerButtonEvent.Buttons whichButton)
Convenience function to see if anSoEvent
is a release of the passed mouse button.void
SoControllerButtonEvent. setButton(SoControllerButtonEvent.Buttons b)
Set which button generated the event.
-