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