mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-09 07:22:21 +08:00
Added relative mouse move support to win32.
This commit is contained in:
@@ -507,6 +507,12 @@ CMSWindowsScreen::fakeMouseMove(SInt32 x, SInt32 y) const
|
||||
m_desks->fakeMouseMove(x, y);
|
||||
}
|
||||
|
||||
void
|
||||
CMSWindowsScreen::fakeMouseRelativeMove(SInt32 dx, SInt32 dy) const
|
||||
{
|
||||
m_desks->fakeMouseRelativeMove(dx, dy);
|
||||
}
|
||||
|
||||
void
|
||||
CMSWindowsScreen::fakeMouseWheel(SInt32 delta) const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user