leafwing_input_manager

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