Skip to content

Commit

Permalink
Add Combo condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Oct 27, 2024
1 parent 0d441a4 commit 310be33
Show file tree
Hide file tree
Showing 3 changed files with 520 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- `Combo` condition.
- Logging for binding.
- `ActionEventKinds` bitmask to store triggered events since the last update. Accessible via `ActionData::event_kinds`.
- `ActionsData::insert_action`.
Expand Down
1 change: 1 addition & 0 deletions src/input_context/input_condition.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
pub mod block_by;
pub mod chord;
pub mod combo;
pub mod condition_timer;
pub mod down;
pub mod hold;
Expand Down
Loading

0 comments on commit 310be33

Please sign in to comment.