cpp-remapper icon indicating copy to clipboard operation
cpp-remapper copied to clipboard

Input device (joysticks, wheels etc) mapping with modern C++ profiles

Results 6 cpp-remapper issues
Sort by recently updated
recently updated
newest added

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

- 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...

enhancement