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

Go to the source code of this file.

Classes

class  SoControllerButtonEvent
  VSG extension Controller button press and release event. More...
 

Macros

#define SO_CONTROLLER_PRESS_EVENT(EVENT, BUTTON)    (SoControllerButtonEvent::isButtonPressEvent(EVENT,SoControllerButtonEvent::BUTTON))
 
#define SO_CONTROLLER_RELEASE_EVENT(EVENT, BUTTON)    (SoControllerButtonEvent::isButtonReleaseEvent(EVENT,SoControllerButtonEvent::BUTTON))
 

Macro Definition Documentation

◆ SO_CONTROLLER_PRESS_EVENT

#define SO_CONTROLLER_PRESS_EVENT (   EVENT,
  BUTTON 
)     (SoControllerButtonEvent::isButtonPressEvent(EVENT,SoControllerButtonEvent::BUTTON))

Definition at line 32 of file SoControllerButtonEvent.h.

◆ SO_CONTROLLER_RELEASE_EVENT

#define SO_CONTROLLER_RELEASE_EVENT (   EVENT,
  BUTTON 
)     (SoControllerButtonEvent::isButtonReleaseEvent(EVENT,SoControllerButtonEvent::BUTTON))

Definition at line 35 of file SoControllerButtonEvent.h.