Added Escape to the help list.

Changed the help key from '?' to 'h'
This commit is contained in:
Robert Osfield
2003-03-28 10:04:58 +00:00
parent 190c32c73a
commit 60e16ea044
3 changed files with 11 additions and 3 deletions

View File

@@ -54,6 +54,10 @@ class OSGPRODUCER_EXPORT KeyboardMouseCallback : public Producer::KeyboardMouseC
virtual void specialKeyRelease( Producer::KeyCharacter key);
void setEscapeSetDone(bool esc) { _escapeKeySetsDone = esc; }
bool getEscapeSetDone() const { return _escapeKeySetsDone; }
// local methods and members
typedef std::vector< osg::ref_ptr<EventAdapter> > EventQueue;