2627282930313233343536
public InputCtrl(InputManager inputManager, PlayerVehicleUpdates pvu) { this.inputManager = inputManager; this.pvu = pvu; inputBinding = new InputBinding(); inputManager.clearMappings(); initShipControlMouseListener(); initShipControlKeyListener();