First pass fix at implementing requestWarpPointer.

This commit is contained in:
Robert Osfield
2003-03-19 15:49:21 +00:00
parent 5266ffb895
commit ca0ff266e2
3 changed files with 35 additions and 5 deletions

View File

@@ -107,6 +107,8 @@ class OSGPRODUCER_EXPORT EventAdapter : public osgGA::GUIEventAdapter
unsigned int _modKeyMask;
double _time;
public:
// used to accumulate the button mask state, it represents
// the current button mask state, which is modified by the
// adaptMouse() method which then copies it to value _buttonMask