mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-12 10:56:11 +02:00
win, touch scale, debug
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
parent
c86a8fff03
commit
b17c6983ce
2 changed files with 18 additions and 7 deletions
|
@ -345,8 +345,6 @@ class InputModel {
|
|||
|
||||
// https://docs.flutter.dev/release/breaking-changes/trackpad-gestures
|
||||
void onPointerPanZoomUpdate(PointerPanZoomUpdateEvent e) {
|
||||
debugPrint(
|
||||
'REMOVE ME =============================== onPointerPanZoomUpdate ${e.scale}');
|
||||
final scale = ((e.scale - _lastScale) * 1000).toInt();
|
||||
_lastScale = e.scale;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue