Module clashing_inputs

Source
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ยง

BasicInputs
A flat list of the Buttonlike inputs that make up a UserInput.
ClashStrategy
How should clashing inputs by handled by an InputMap?