forked from mirrors/rustdesk
Compare commits
1 commit
patch-andr
...
fix-mobile
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4423e0a1dc |
1 changed files with 4 additions and 0 deletions
|
|
@ -810,6 +810,10 @@ class InputModel {
|
|||
}
|
||||
|
||||
Future<void> tapDown(MouseButtons button) async {
|
||||
if (!_pointerMovedAfterEnter) {
|
||||
refreshMousePos();
|
||||
await Future.delayed(Duration(milliseconds: 10));
|
||||
}
|
||||
await sendMouse('down', button);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue