// inputManager.addListener(this, "MouseXleft");
// inputManager.addListener(this, "MouseXright");
inputManager.addListener(this, "GibGas");
inputManager.addListener(this, "Brems");
inputManager.addListener(new AnalogListener() {
private float thrusterX = 1.8f;
private float thrusterY = .6f;
private float maxRotation = 200.0f;
private long boosterInputTime;