Skip to content

Input Preprocessing (Input Processors)

Codenade edited this page Jun 14, 2025 · 1 revision

Input Processors are functions that take the value of the binding's input (or the output of the previous Input Processor) and with some parameters, output a modified value which is then used by the game.

Tip

For instance: You might want to combat stick drift by applying a AxisDeadzone processor to your Joystick or you may want to adjust the sensitivity of an axis using a Scale processor.

The UI of this mod allows you to add or remove processors using the "Processors" button.

List of processors