From c24289315af682eb0b3d2b252316a6408b0c21bf Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 15 Nov 2006 20:24:09 +0000 Subject: [PATCH] Fixed comment --- include/osgGA/EventQueue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osgGA/EventQueue b/include/osgGA/EventQueue index 454cc29a1..5612d6abd 100644 --- a/include/osgGA/EventQueue +++ b/include/osgGA/EventQueue @@ -69,7 +69,7 @@ class OSGGA_EXPORT EventQueue : public osg::Referenced /** Method for updating in response to a mouse warp. Note, just moves the mouse position without creating a new event for it.*/ void mouseWarp(float x, float y); - /** Method for adapting mouse motion events whilst mouse buttons are pressed, placing this event on the back of the event queue.*/ + /** Method for adapting mouse motion events, placing this event on the back of the event queue.*/ void mouseMotion(float x, float y); /** Method for adapting mouse button pressed events, placing this event on the back of the event queue.