remove debug
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
parent
2badecba2a
commit
74a492e52e
@ -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"}');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user