Class SoButtonEvent

Direct Known Subclasses:
SoControllerButtonEvent, SoKeyboardEvent, SoMouseButtonEvent, SoSpaceballButtonEvent

public class SoButtonEvent extends SoEvent
Base class for all button events. SoButtonEvent represents generic button press and release events in the Open Inventor event model. It is the base class for device-specific button events, namely SoControllerButtonEvent, SoKeyboardEvent, SoMouseButtonEvent, and SoSpaceballButtonEvent. This class stores the down/up state of the button when the event occurred.

See Also:
  • Constructor Details

    • SoButtonEvent

      public SoButtonEvent()
      Constructor.
  • Method Details