1
0
forked from Clones/Controlify

rewrite most of joystick mapping

This commit is contained in:
isXander
2023-04-11 11:03:07 +01:00
parent ff7e676eb5
commit d3fc0a946b
19 changed files with 535 additions and 217 deletions

View File

@ -39,7 +39,7 @@ public class CompoundJoystickController implements JoystickController<JoystickCo
this.buttonCount = joystickIds.stream().mapToInt(this::getButtonCountForJoystick).sum();
this.hatCount = joystickIds.stream().mapToInt(this::getHatCountForJoystick).sum();
this.mapping = RPJoystickMapping.fromType(type());
this.mapping = RPJoystickMapping.fromType(this);
this.config = new JoystickConfig(this);
this.defaultConfig = new JoystickConfig(this);