Fixed typo in comments and onscreen help.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user