mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-29 06:18:31 +02:00
Added fallback for when SetCursorPos, and some more debugging info (merged in from winsvc branch).
This commit is contained in:
parent
4eb9c39aae
commit
771592a47f
2 changed files with 63 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue