From Michael Polak, double click fixes/additions

This commit is contained in:
Robert Osfield
2006-07-27 12:32:40 +00:00
parent cd4a24731a
commit c0c5e73ff9
2 changed files with 40 additions and 0 deletions

View File

@@ -74,6 +74,9 @@ class OSGGA_EXPORT EventQueue : public osg::Referenced
/** method for adapting mouse button pressed events, placing this event on the back of the event queue.*/
void mouseButtonPress(float x, float y, unsigned int button);
/** method for adapting mouse button pressed events, placing this event on the back of the event queue.*/
void mouseDoubleButtonPress(float x, float y, unsigned int button);
/** method for adapting mouse button release events, placing this event on the back of the event queue.*/
void mouseButtonRelease(float x, float y, unsigned int button);