Changed the osgUI behaviour so that events are set to be handled by Widgets that have focus even if they don't directly use them.
git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14425 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
#include <osgVolume/Property>
|
||||
#include <osgDB/ObjectWrapper>
|
||||
#include <osgDB/InputStream>
|
||||
#include <osgDB/OutputStream>
|
||||
|
||||
namespace osgVolume_SampleRatioProperty
|
||||
{
|
||||
REGISTER_OBJECT_WRAPPER( osgVolume_SampleRatioProperty,
|
||||
new osgVolume::SampleRatioProperty,
|
||||
osgVolume::SampleRatioProperty,
|
||||
"osg::Object osgVolume::Property osgVolume::ScalarProperty osgVolume::SampleRatioProperty" )
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
namespace osgVolume_SampleRatioWhenMovingProperty
|
||||
{
|
||||
REGISTER_OBJECT_WRAPPER( osgVolume_SampleRatioWhenMovingProperty,
|
||||
new osgVolume::SampleRatioWhenMovingProperty,
|
||||
osgVolume::SampleRatioWhenMovingProperty,
|
||||
"osg::Object osgVolume::Property osgVolume::ScalarProperty osgVolume::SampleRatioWhenMovingProperty" )
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user