Skip to content

Commit

Permalink
Add combo module to prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Oct 27, 2024
1 parent 1ab0650 commit f127750
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@ pub mod prelude {
Accumulation, ActionEvent, ActionEventKind, ActionEvents, ActionState, InputAction,
},
input_condition::{
block_by::*, chord::*, condition_timer::*, down::*, hold::*, hold_and_release::*,
press::*, pulse::*, release::*, tap::*, ConditionKind, InputCondition,
block_by::*, chord::*, combo::*, condition_timer::*, down::*, hold::*,
hold_and_release::*, press::*, pulse::*, release::*, tap::*, ConditionKind,
InputCondition,
},
input_modifier::{
dead_zone::*, delta_lerp::*, delta_scale::*, exponential_curve::*, negate::*,
Expand Down

0 comments on commit f127750

Please sign in to comment.