Class SoSpaceballButtonEvent


public class SoSpaceballButtonEvent extends SoButtonEvent
Spaceball button press and release events. SoSpaceballButtonEvent represents spaceball button press and release events in the Open Inventor event model.

Some convenience macros for determining if an event matches

  • SO_SPACEBALL_PRESS_EVENT(EVENT,BUTTON)
  • SO_SPACEBALL_RELEASE_EVENT(EVENT,BUTTON)

See Also:
  • Constructor Details

    • SoSpaceballButtonEvent

      public SoSpaceballButtonEvent()
      Constructor.
  • Method Details