- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgWrappers/deprecated-dotosg/osgWidget/Input.cpp
r12292 r13041 8 8 #include <osgWidget/Input> 9 9 10 bool osgWidget_Input_readData(osg::Object& /*obj*/, osgDB::Input& fr) 10 bool osgWidget_Input_readData(osg::Object& /*obj*/, osgDB::Input& fr) 11 11 { 12 12 osgWidget::warn() << "Input read" << std::endl; 13 13 14 14 return false; 15 15 } … … 18 18 { 19 19 // const osgWidget::Input& model = static_cast<const osgWidget::Input&>(obj); 20 20 21 21 fw.indent() << fw.wrapString("Input stuff...") << std::endl; 22 22
