Top Level
Components
Guides
Documenting
Defined in carb/input/InputUtils.h
Filter and modify input events in the event buffer.
input – The IInput interface.
callable – An invocable object to be called on each event. Prototype is void(InputEvent&).
void(InputEvent&)