Added GUIEventHandler to allow one to write out models with event callbacks

This commit is contained in:
Robert Osfield 2018-02-28 10:30:47 +00:00
parent 99bcd95756
commit be723811c8

View 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" )
{
}