[][src]Module rust_action_heroes::system::process_input

Nobody has time to process raw keyboard input

The only thing here is the ProcessInputSystem struct, so go read about that!

Structs

ProcessInputSystem

ProcessInputSystem transforms raw(ish) InputHandler inputs into a small set of possible actions. i.e., instead of all systems dealing with user input having to match on all possible keybaord inputs, we match on "Move Up", "Move Down", "Interact", etc.