mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 11:06:57 +00:00
@@ -649,7 +649,7 @@ class InputModel {
|
||||
if (pos == null) {
|
||||
return;
|
||||
}
|
||||
evt['x'] = '${pos.x}}';
|
||||
evt['x'] = '${pos.x}';
|
||||
evt['y'] = '${pos.y}';
|
||||
|
||||
Map<int, String> mapButtons = {
|
||||
|
||||
Reference in New Issue
Block a user