mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-28 07:39:36 +08:00
tmp commit
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
parent
d6f1abad95
commit
06ee68f836
@ -649,7 +649,7 @@ class InputModel {
|
|||||||
if (pos == null) {
|
if (pos == null) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
evt['x'] = '${pos.x}}';
|
evt['x'] = '${pos.x}';
|
||||||
evt['y'] = '${pos.y}';
|
evt['y'] = '${pos.y}';
|
||||||
|
|
||||||
Map<int, String> mapButtons = {
|
Map<int, String> mapButtons = {
|
||||||
|
Loading…
Reference in New Issue
Block a user