Added setCurrentEventState method
This commit is contained in:
parent
14ab33cc29
commit
6831940851
@ -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(); }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user