#include <Inventor/events/SoButtonEvent.h>
#include <Inventor/events/SbTrackerInfo.h>
Go to the source code of this file.
Classes | |
class | SoControllerButtonEvent |
Controller button press and release event. More... | |
Defines | |
#define | SO_CONTROLLER_PRESS_EVENT(EVENT, BUTTON) (SoControllerButtonEvent::isButtonPressEvent(EVENT,SoControllerButtonEvent::BUTTON)) |
#define | SO_CONTROLLER_RELEASE_EVENT(EVENT, BUTTON) (SoControllerButtonEvent::isButtonReleaseEvent(EVENT,SoControllerButtonEvent::BUTTON)) |
#define SO_CONTROLLER_PRESS_EVENT | ( | EVENT, | |||
BUTTON | ) | (SoControllerButtonEvent::isButtonPressEvent(EVENT,SoControllerButtonEvent::BUTTON)) |
#define SO_CONTROLLER_RELEASE_EVENT | ( | EVENT, | |||
BUTTON | ) | (SoControllerButtonEvent::isButtonReleaseEvent(EVENT,SoControllerButtonEvent::BUTTON)) |