mirror of
https://github.com/rustdesk/rustdesk
synced 2026-04-21 13:27:19 +00:00
Merge 4423e0a1dc into ac124c0680
This commit is contained in:
commit
7f2ff5439c
1 changed files with 4 additions and 0 deletions
|
|
@ -936,6 +936,10 @@ class InputModel {
|
|||
}
|
||||
|
||||
Future<void> tapDown(MouseButtons button) async {
|
||||
if (!_pointerMovedAfterEnter) {
|
||||
refreshMousePos();
|
||||
await Future.delayed(Duration(milliseconds: 10));
|
||||
}
|
||||
await sendMouse('down', button);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue