rename gestureHandler to inputHandler

This commit is contained in:
Nick Fisher
2024-10-22 22:23:13 +08:00
parent fdbdc8e3f3
commit a08620d7c9
3 changed files with 21 additions and 22 deletions

View File

@@ -2,6 +2,6 @@ library;
export 'src/input_handler.dart';
export 'src/delegates.dart';
export 'src/delegate_gesture_handler.dart';
export 'src/delegate_input_handler.dart';
export 'src/implementations/default_pick_delegate.dart';
export 'src/implementations/third_person_camera_delegate.dart';