win, touch scale, debug

Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
dignow 2023-07-19 01:26:43 +08:00
parent c86a8fff03
commit b17c6983ce
2 changed files with 18 additions and 7 deletions

View file

@ -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;