From c6640cef96f02df3cd599cbcd7e64e2842126b7e Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Wed, 23 Oct 2024 14:03:47 +0800 Subject: [PATCH] feat: set InputType.SCALE1 to ROTATE by default for DelegateInputHandler.fixedOrbit --- thermion_dart/lib/src/input/src/delegate_input_handler.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/thermion_dart/lib/src/input/src/delegate_input_handler.dart b/thermion_dart/lib/src/input/src/delegate_input_handler.dart index 4f69bd33..0a5383e5 100644 --- a/thermion_dart/lib/src/input/src/delegate_input_handler.dart +++ b/thermion_dart/lib/src/input/src/delegate_input_handler.dart @@ -73,6 +73,7 @@ class DelegateInputHandler implements InputHandler { minimumDistance: minimumDistance), actions: { InputType.MMB_HOLD_AND_MOVE: InputAction.ROTATE, + InputType.SCALE1: InputAction.ROTATE, InputType.SCROLLWHEEL: InputAction.ZOOM });