Skip to content

Commit

Permalink
Export VirtualAxis in prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
Shute052 committed Jan 31, 2024
1 parent 2601c01 commit e882001
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 @@ -36,7 +36,7 @@ pub mod prelude {
pub use crate::action_driver::ActionStateDriver;
pub use crate::action_state::ActionState;
pub use crate::axislike::{
DeadZoneShape, DualAxis, MouseWheelAxisType, SingleAxis, VirtualDPad,
DeadZoneShape, DualAxis, MouseWheelAxisType, SingleAxis, VirtualAxis, VirtualDPad,
};
pub use crate::buttonlike::MouseWheelDirection;
pub use crate::clashing_inputs::ClashStrategy;
Expand Down

0 comments on commit e882001

Please sign in to comment.