Go to the source code of this file.
Classes | |
class | SoControllerButtonEvent |
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)) |
#define SO_CONTROLLER_PRESS_EVENT | ( | EVENT, | |
BUTTON | |||
) | (SoControllerButtonEvent::isButtonPressEvent(EVENT,SoControllerButtonEvent::BUTTON)) |
Definition at line 32 of file SoControllerButtonEvent.h.
#define SO_CONTROLLER_RELEASE_EVENT | ( | EVENT, | |
BUTTON | |||
) | (SoControllerButtonEvent::isButtonReleaseEvent(EVENT,SoControllerButtonEvent::BUTTON)) |
Definition at line 35 of file SoControllerButtonEvent.h.