24#ifndef _SO_CONTROLLER_BUTTON_EVENT_
25#define _SO_CONTROLLER_BUTTON_EVENT_
27#include <Inventor/events/SoButtonEvent.h>
28#include <Inventor/events/SbTrackerInfo.h>
32#define SO_CONTROLLER_PRESS_EVENT(EVENT,BUTTON) \
33 (SoControllerButtonEvent::isButtonPressEvent(EVENT,SoControllerButtonEvent::BUTTON))
35#define SO_CONTROLLER_RELEASE_EVENT(EVENT,BUTTON) \
36 (SoControllerButtonEvent::isButtonReleaseEvent(EVENT,SoControllerButtonEvent::BUTTON))
109#ifndef HIDDEN_FROM_DOC
126 { m_trackerInfo.setPosition3( p ); }
132 {
return m_trackerInfo.getPosition3(); }
139 { m_trackerInfo.setOrientation( x, y, z ); }
145 { m_trackerInfo.setOrientation( orientation ); }
151 { m_trackerInfo.setOrientation( axis, angle ); }
158 {
return m_trackerInfo.getOrientation(); }
164 {
return m_trackerInfo.getRay(); }
177 {
return &m_trackerInfo; }
183 {
return m_trackerInfo; }
202 static void initClass();
203 static void exitClass();
Class for representing a rotation.
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Class for repres...
virtual const SbTrackerInfo * getTrackerInfo() const
Gets whether an event object has associated tracker information.