Added setCurrentEventState method

This commit is contained in:
Robert Osfield 2007-07-13 11:31:56 +00:00
parent 14ab33cc29
commit 6831940851

View File

@ -178,6 +178,7 @@ class OSGGA_EXPORT EventQueue : public osg::Referenced
GUIEventAdapter* createEvent();
void setCurrentEventState(GUIEventAdapter* ea) { _accumulateEventState = ea; }
GUIEventAdapter* getCurrentEventState() { return _accumulateEventState.get(); }
const GUIEventAdapter* getCurrentEventState() const { return _accumulateEventState.get(); }