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

Go to the source code of this file.

Classes

class  SoMouseButtonEvent
 Mouse button press and release events. More...

Defines

#define SO_MOUSE_PRESS_EVENT(EVENT, BUTTON)   (SoMouseButtonEvent::isButtonPressEvent(EVENT,SoMouseButtonEvent::BUTTON))
 some convenience macros for determining if an event matches
#define SO_MOUSE_RELEASE_EVENT(EVENT, BUTTON)   (SoMouseButtonEvent::isButtonReleaseEvent(EVENT,SoMouseButtonEvent::BUTTON))

Define Documentation

#define SO_MOUSE_PRESS_EVENT (   EVENT,
  BUTTON 
)    (SoMouseButtonEvent::isButtonPressEvent(EVENT,SoMouseButtonEvent::BUTTON))

Definition at line 64 of file SoMouseButtonEvent.h.

#define SO_MOUSE_RELEASE_EVENT (   EVENT,
  BUTTON 
)    (SoMouseButtonEvent::isButtonReleaseEvent(EVENT,SoMouseButtonEvent::BUTTON))

Definition at line 67 of file SoMouseButtonEvent.h.