mirror of
https://github.com/debauchee/barrier.git
synced 2025-06-15 01:01:44 +02:00
fixed drag drop from Mac server to Windows client
This commit is contained in:
parent
39734374b1
commit
4e09b06cb0
12 changed files with 101 additions and 28 deletions
|
@ -376,7 +376,7 @@ CScreen::isLockedToScreen() const
|
|||
LOG((CLOG_DEBUG "locked by mouse buttonID: %d", buttonID));
|
||||
if (buttonID == kButtonLeft) {
|
||||
// TODO: fake esc key down and up
|
||||
m_screen->fakeMouseButton(buttonID, false);
|
||||
//m_screen->fakeMouseButton(buttonID, false);
|
||||
}
|
||||
|
||||
return (buttonID == kButtonLeft) ? false : true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue