Merge 4423e0a1dc into 6ad56075d6
This commit is contained in:
commit
4188d42a2d
1 changed files with 4 additions and 0 deletions
|
|
@ -1085,6 +1085,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