mirror of
https://github.com/debauchee/barrier.git
synced 2025-06-15 01:01:44 +02:00
- removed --filetransfer-src and --filetransfer-des args.
- on Window, temporarily use user desktop directory as drop target.
This commit is contained in:
parent
760e38eeba
commit
340e31298e
9 changed files with 34 additions and 27 deletions
|
@ -375,7 +375,7 @@ CScreen::isLockedToScreen() const
|
|||
if (m_screen->isAnyMouseButtonDown(buttonID)) {
|
||||
LOG((CLOG_DEBUG "locked by mouse buttonID: %d", buttonID));
|
||||
if (buttonID == kButtonLeft) {
|
||||
// this should fake an esc pressed
|
||||
// TODO: fake esc key down and up
|
||||
m_screen->fakeMouseButton(buttonID, false);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue