cpp-remapper
cpp-remapper copied to clipboard
Input device (joysticks, wheels etc) mapping with modern C++ profiles
Probably two models: - [x] simple 'curviness' model: for x between 0 and 1, 100% curviness is a circle of radius 1, 0% curviness is an infinite circle (i.e. a...
These are accessible via the axis(n) thing, but there's just Source.Slider - there should also be a 'Dial' one
VZ, VBRX, VBRY, CBRZ
- add a co_await runner to profiles - support async lambdas and mappers This is to allow: - running other stuff in the main profile run loop, e.g. a webserver...