Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
SoMouseButtonEvent.h File Reference

Go to the source code of this file.

Classes

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

Macros

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

Macro Definition Documentation

◆ SO_MOUSE_PRESS_EVENT

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

Definition at line 59 of file SoMouseButtonEvent.h.

◆ SO_MOUSE_RELEASE_EVENT

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

Definition at line 62 of file SoMouseButtonEvent.h.