forked from Clones/Controlify
✏️ Improve radial menu first launch
This commit is contained in:
@ -49,6 +49,9 @@ public class GamepadController extends AbstractController<GamepadState, GamepadC
|
|||||||
}
|
}
|
||||||
|
|
||||||
this.bindings = new ControllerBindings<>(this);
|
this.bindings = new ControllerBindings<>(this);
|
||||||
|
|
||||||
|
this.config.validateRadialActions(bindings);
|
||||||
|
this.defaultConfig.validateRadialActions(bindings);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -36,6 +36,9 @@ public class SingleJoystickController extends AbstractController<JoystickState,
|
|||||||
this.rumbleManager = new RumbleManager(this);
|
this.rumbleManager = new RumbleManager(this);
|
||||||
|
|
||||||
this.bindings = new ControllerBindings<>(this);
|
this.bindings = new ControllerBindings<>(this);
|
||||||
|
|
||||||
|
this.config.validateRadialActions(bindings);
|
||||||
|
this.defaultConfig.validateRadialActions(bindings);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Reference in New Issue
Block a user