Expand description
Handles clashing inputs into a InputMap in a configurable fashion.
Buttonlike actions can clash, if one is a strict subset of the other.
For example, the user might have bound Ctrl + S to save, and S to move down.
If the user presses Ctrl + S, the input manager should not also trigger the S action.
Enumsยง
- Basic
Inputs - A flat list of the
Buttonlikeinputs that make up aUserInput. - Clash
Strategy - How should clashing inputs by handled by an
InputMap?