Added relative mouse move support to win32.

This commit is contained in:
crs
2004-05-02 08:04:15 +00:00
parent 0f45face21
commit 9c35a45a2c
4 changed files with 63 additions and 27 deletions

View File

@@ -75,6 +75,7 @@ public:
// ISecondaryScreen overrides
virtual void fakeMouseButton(ButtonID id, bool press) const;
virtual void fakeMouseMove(SInt32 x, SInt32 y) const;
virtual void fakeMouseRelativeMove(SInt32 dx, SInt32 dy) const;
virtual void fakeMouseWheel(SInt32 delta) const;
// IKeyState overrides