Compare commits
1 Commits
master
...
fix-mobile
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4423e0a1dc |
@@ -810,6 +810,10 @@ class InputModel {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Future<void> tapDown(MouseButtons button) async {
|
Future<void> tapDown(MouseButtons button) async {
|
||||||
|
if (!_pointerMovedAfterEnter) {
|
||||||
|
refreshMousePos();
|
||||||
|
await Future.delayed(Duration(milliseconds: 10));
|
||||||
|
}
|
||||||
await sendMouse('down', button);
|
await sendMouse('down', button);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user