Open Inventor Reference
MeVis/ThirdParty/Sources/Inventor/inventor/lib/database/include/Inventor/events/SoSpaceballButtonEvent.h File Reference

Go to the source code of this file.

Classes

class  SoSpaceballButtonEvent
 Spaceball button press and release events. More...

Defines

#define SO_SPACEBALL_PRESS_EVENT(EVENT, BUTTON)
 some convenience macros for determining if an event matches
#define SO_SPACEBALL_RELEASE_EVENT(EVENT, BUTTON)

Define Documentation

#define SO_SPACEBALL_PRESS_EVENT (   EVENT,
  BUTTON 
)
Value:
(SoSpaceballButtonEvent::isButtonPressEvent(EVENT, \
                        SoSpaceballButtonEvent::BUTTON))

Definition at line 63 of file SoSpaceballButtonEvent.h.

#define SO_SPACEBALL_RELEASE_EVENT (   EVENT,
  BUTTON 
)
Value:
(SoSpaceballButtonEvent::isButtonReleaseEvent(EVENT, \
                        SoSpaceballButtonEvent::BUTTON))

Definition at line 67 of file SoSpaceballButtonEvent.h.