From Kristofer Tingdahl, made method virtual
This commit is contained in:
parent
fba7a65fb4
commit
d63c6f6978
@ -36,7 +36,7 @@ class OSGGA_EXPORT MultiTouchTrackballManipulator : public TrackballManipulator
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
void handleMultiTouchDrag(const GUIEventAdapter* now, const GUIEventAdapter* last, const double eventTimeDelta);
|
virtual void handleMultiTouchDrag(const GUIEventAdapter* now, const GUIEventAdapter* last, const double eventTimeDelta);
|
||||||
|
|
||||||
osg::ref_ptr<GUIEventAdapter> _lastEvent;
|
osg::ref_ptr<GUIEventAdapter> _lastEvent;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user