Added GUIEventHandler to allow one to write out models with event callbacks
This commit is contained in:
parent
99bcd95756
commit
be723811c8
11
src/osgWrappers/serializers/osgGA/GUIEventHandler.cpp
Normal file
11
src/osgWrappers/serializers/osgGA/GUIEventHandler.cpp
Normal file
@ -0,0 +1,11 @@
|
||||
#include <osgGA/GUIEventHandler>
|
||||
#include <osgDB/ObjectWrapper>
|
||||
#include <osgDB/InputStream>
|
||||
#include <osgDB/OutputStream>
|
||||
|
||||
REGISTER_OBJECT_WRAPPER( osgGA_GUIEventHandler,
|
||||
new osgGA::GUIEventHandler,
|
||||
osgGA::GUIEventHandler,
|
||||
"osg::Object osgGA::GUIEventHandler" )
|
||||
{
|
||||
}
|
Loading…
Reference in New Issue
Block a user