mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 11:06:57 +00:00
@@ -477,7 +477,6 @@ class InputModel {
|
||||
} else if (dy < 0) {
|
||||
dy = 1;
|
||||
}
|
||||
debugPrint('REMOVE ME ================== onPointerSignalImage');
|
||||
bind.sessionSendMouse(
|
||||
sessionId: sessionId,
|
||||
msg: '{"type": "wheel", "x": "$dx", "y": "$dy"}');
|
||||
|
||||
Reference in New Issue
Block a user