Skip to content

first implementation of an input_axis and compiler error fix

Noah Kirschmann requested to merge bahn-simulator/libtrainsim:main into main

The axis isn't used by the control unit yet but should be easy to handle. It automatically clamps the value between -1.0 and 1.0. The most important operators are overloaded to make the transition easy.

Merge request reports