Added fallback for when SetCursorPos, and some more debugging info (merged in from winsvc branch).

This commit is contained in:
Nick Bolton 2009-12-27 21:48:51 +00:00
parent 4eb9c39aae
commit 771592a47f
2 changed files with 63 additions and 12 deletions

View file

@ -303,6 +303,9 @@ private:
MOUSEKEYS m_oldMouseKeys;
static CMSWindowsScreen* s_screen;
// save last position of mouse to compute next delta movement
void saveMousePosition(SInt32 x, SInt32 y);
};
#endif