The 'GA' in osgGA stands for 'GUI Abstraction'; the osgGA namespace provides facilities to help devel...
Definition Callback:21
Copy Op(erator) used to control whether shallow or deep copy is used during copy construction and clo...
Definition CopyOp:41
@ SHALLOW_COPY
Definition CopyOp:47
Base class/standard interface for objects which require IO support, cloning and reference counting.
Definition Object:61
void setHandled(bool handled) const
Set whether this event has been handled by an event handler or not.
Definition Event:40
Event(const Event &rhs, const osg::CopyOp ©op=osg::CopyOp::SHALLOW_COPY)
virtual const GUIEventAdapter * asGUIEventAdapter() const
Definition Event:36
virtual ~Event()
Definition Event:53
META_Object(osgGA, Event)
double _time
Definition Event:56
bool getHandled() const
Get whether this event has been handled by an event handler or not.
Definition Event:43
bool _handled
Definition Event:55
virtual GUIEventAdapter * asGUIEventAdapter()
Definition Event:35
double getTime() const
get time in seconds of event.
Definition Event:50
void setTime(double time)
set time in seconds of event.
Definition Event:47
Event class for storing Keyboard, mouse and window events.
Definition GUIEventAdapter:82
#define OSGGA_EXPORT
Definition Export:40