Skip to content

Commit

Permalink
Add ActionState to prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Oct 18, 2024
1 parent fe6305c commit 6e812d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pub mod prelude {
input::{GamepadDevice, Input, Modifiers},
input_context::{
context_instance::{ActionBind, ContextInstance, GamepadStick, InputMap},
input_action::{Accumulation, ActionEvent, ActionTransition, InputAction},
input_action::{Accumulation, ActionEvent, ActionState, ActionTransition, InputAction},
input_condition::{
blocked_by::*, chord::*, down::*, held_timer::*, hold::*, hold_and_release::*,
pressed::*, pulse::*, released::*, tap::*, ConditionKind, InputCondition,
Expand Down

0 comments on commit 6e812d1

Please sign in to comment.