mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-18 08:57:39 +02:00
faked escape key down and up then a left mouse button up in CServer when isSwitchOkay return true.
removed the assertions in CScreen so server screen can fake input event as well.
This commit is contained in:
parent
f6ecf9322c
commit
57db3da6f3
3 changed files with 13 additions and 16 deletions
|
@ -359,7 +359,6 @@ CMSWindowsScreen::leave()
|
|||
forceShowCursor();
|
||||
|
||||
if (m_draggingStarted) {
|
||||
fakeMouseButton(kButtonLeft, false);
|
||||
m_draggingStarted = false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue