Added KeyboardMouse::allowContinousMouseMotionUpdate(), but commented out right

now as Producer crashes when you use it..
This commit is contained in:
Robert Osfield
2003-01-17 20:05:41 +00:00
parent 619862f8d6
commit eaaf758910
2 changed files with 8 additions and 1 deletions

View File

@@ -133,9 +133,11 @@ int main( int argc, char **argv )
// register the callback with the keyboard mouse manger.
kbm->setCallback( &kbmcb );
//kbm->allowContinuousMouseMotionUpdate(true);
kbm->startThread();
// set the globa state
osg::ref_ptr<osg::StateSet> globalStateSet = new osg::StateSet;
globalStateSet->setGlobalDefaults();