- Timestamp:
- 10/05/06 16:32:39 (7 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgkeyboard/osgkeyboard.cpp
r5381 r5636 366 366 } 367 367 } 368 369 virtual void accept(osgGA::GUIEventHandlerVisitor& v)370 {371 v.visit(*this);372 }373 368 374 369 osg::ref_ptr<KeyboardModel> _keyboardModel;
