Batch axis events all the way into ControlMapper

This commit is contained in:
Henrik Rydgård
2023-09-29 11:14:19 +02:00
parent b3a2b7a35c
commit ee93e4a2ca
9 changed files with 37 additions and 33 deletions
+1 -1
View File
@@ -535,7 +535,7 @@ void AnalogSetupScreen::axis(const AxisInput &axis) {
// UIScreen::axis(axis);
// Instead we just send the input directly to the mapper, that we'll visualize.
mapper_.Axis(axis);
mapper_.Axis(&axis, 1);
}
void AnalogSetupScreen::CreateViews() {