21 class DtOsgGlStudioCockpit;
48 virtual const std::string& className();
Processor to handle events for the osgWidget overlay on a channel.
Definition: DtGlStudioEventProcessor.h:25
This class encapsulates a Key event.
Definition: DtKeyEvent.h:19
EventType
Describe the types of mouse events supported.
Definition: DtMouseEvent.h:26
This class encapsulates a mouse button event.
Definition: DtMouseEvent.h:22
The abstract Channel Class.
Definition: DtChannel.h:29
Interface for an event processor for a channel.
DtOsgGlStudioCockpit is the implementation of the distributed object of the same name (and under our ...
Definition: DtOsgGlStudioCockpit.h:48
virtual bool processWidgetEvent(const DtUniqueID &id, DtMouseEvent::EventType &eventType, const DtMouseState &mouseState, DtChannel &channel)
Ignore.
Definition: DtGlStudioEventProcessor.h:43
This class encapsulates the state associated with a mouse button event.
Definition: DtMouseState.h:23
unsigned long long DtUniqueID
Definition: DtUniqueID.h:22
#define DT_DLL_VRVGLSTUDIOSHARED
Definition: DtGlStudioShared.h:25
DtOsgGlStudioCockpit * myCockpit
Definition: DtGlStudioEventProcessor.h:52
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
DtDe & myDe
Definition: DtGlStudioEventProcessor.h:51
The DtEventProcessorInterface defines the generic interface for classes which handle input events...
Definition: DtEventProcessorInterface.h:37