Detects input combos (sequences of actions within a time window). Useful for fighting games, special moves, cheat codes.
Register a combo
Clear the input buffer
Feed an action into the combo detector. Call this when an action is justPressed.
Register a callback for when a combo is triggered
Remove a combo by name
Detects input combos (sequences of actions within a time window). Useful for fighting games, special moves, cheat codes.