Fixed typo.
This commit is contained in:
parent
ee7975c76a
commit
82139fae78
@ -44,7 +44,7 @@ class OSGPRODUCER_EXPORT KeyboardMouseCallback : public Producer::KeyboardMouseC
|
||||
virtual void passiveMouseMotion( float mx, float my);
|
||||
|
||||
virtual void buttonPress( float mx, float my, unsigned int mbutton );
|
||||
virtual void doubleButtonPress( float mx, float mx, unsigned int mbutton);
|
||||
virtual void doubleButtonPress( float mx, float my, unsigned int mbutton);
|
||||
virtual void buttonRelease( float mx, float my, unsigned int mbutton );
|
||||
|
||||
virtual void keyPress( Producer::KeyCharacter key );
|
||||
|
Loading…
Reference in New Issue
Block a user