Fixed typo in comments and onscreen help.

This commit is contained in:
Robert Osfield
2005-12-09 20:03:04 +00:00
parent c41d027e6b
commit 0347895c96
9 changed files with 9 additions and 11 deletions

View File

@@ -88,7 +88,7 @@ class OSGGA_EXPORT DriveManipulator : public MatrixManipulator
Return true is camera has moved and a redraw is required.*/
bool calcMovement();
// Internal event stack comprising last three mouse events.
// Internal event stack comprising last two mouse events.
osg::ref_ptr<const GUIEventAdapter> _ga_t1;
osg::ref_ptr<const GUIEventAdapter> _ga_t0;

View File

@@ -95,7 +95,7 @@ class OSGGA_EXPORT FlightManipulator : public MatrixManipulator
bool calcMovement();
// Internal event stack comprising last three mouse events.
// Internal event stack comprising last two mouse events.
osg::ref_ptr<const GUIEventAdapter> _ga_t1;
osg::ref_ptr<const GUIEventAdapter> _ga_t0;

View File

@@ -164,7 +164,7 @@ class OSGGA_EXPORT NodeTrackerManipulator : public MatrixManipulator
void clampOrientation();
// Internal event stack comprising last three mouse events.
// Internal event stack comprising last two mouse events.
osg::ref_ptr<const GUIEventAdapter> _ga_t1;
osg::ref_ptr<const GUIEventAdapter> _ga_t0;

View File

@@ -108,7 +108,7 @@ class OSGGA_EXPORT TerrainManipulator : public MatrixManipulator
void clampOrientation();
// Internal event stack comprising last three mouse events.
// Internal event stack comprising last two mouse events.
osg::ref_ptr<const GUIEventAdapter> _ga_t1;
osg::ref_ptr<const GUIEventAdapter> _ga_t0;

View File

@@ -124,7 +124,7 @@ class OSGGA_EXPORT TrackballManipulator : public MatrixManipulator
If speed is below a threshold then return false, otherwise return true.*/
bool isMouseMoving();
// Internal event stack comprising last three mouse events.
// Internal event stack comprising last two mouse events.
osg::ref_ptr<const GUIEventAdapter> _ga_t1;
osg::ref_ptr<const GUIEventAdapter> _ga_t0;