Added osgViewer::HelpHandler

This commit is contained in:
Robert Osfield
2007-02-12 13:39:18 +00:00
parent 4e97901622
commit fe177e42d5
13 changed files with 324 additions and 14 deletions

View File

@@ -45,6 +45,9 @@ class OSGVIEWER_EXPORT StatsHandler : public osgGA::GUIEventHandler
double getBlockMultiplier() const { return _blockMultiplier; }
/** Get the keyboard and mouse usage of this manipulator.*/
virtual void getUsage(osg::ApplicationUsage& usage) const;
protected:
void setUpHUDCamera(osgViewer::Viewer* viewer);