Input Module
Purpose of the Module
Action games, particularly fighting games, often associate combatant actions with various input combiatnions. Fray provides its own input singleton, offering a component-based approach to describing composite inputs. Additionally, Fray provides a sequence matcher capable of detecting input sequences.
What Is a Composite Input?
A composite input is a combination of two or more atomic inputs. Examples of composite inputs commonly found in fighting games include directional inputs, motion inputs, charged inputs, and sequence inputs.