1
0
forked from Clones/Controlify

pre1 and less sodium stuff cuz i got a pr merged

This commit is contained in:
isXander
2023-02-22 20:19:48 +00:00
parent a40cd9a2e2
commit f17685535a
19 changed files with 51 additions and 259 deletions

View File

@ -43,7 +43,7 @@ public class JoystickController extends AbstractController<JoystickState, Joysti
@Override
public void updateState() {
prevState = state;
state = JoystickState.fromJoystick(this);
state = JoystickState.fromJoystick(this, joystickId);
}
public JoystickMapping mapping() {