Skip to content

Commit

Permalink
fix: Export TapConfig to make visible (#3323)
Browse files Browse the repository at this point in the history
# Description
A few time ago I added TapConfig class. It allows us to config the tap
timing.
However, it's not exported. This PR fix this problem.
  • Loading branch information
lucasnlm authored Sep 30, 2024
1 parent d976ee8 commit 8e00115
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/flame/lib/input.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export 'src/components/input/joystick_component.dart';
export 'src/components/input/sprite_button_component.dart';
export 'src/events/game_mixins/multi_touch_drag_detector.dart';
export 'src/events/game_mixins/multi_touch_tap_detector.dart';
export 'src/events/tap_config.dart';
export 'src/extensions/vector2.dart';
export 'src/game/mixins/keyboard.dart';
export 'src/gestures/detectors.dart';

0 comments on commit 8e00115

Please sign in to comment.