public override void HandleInput(InputState input)
 {
     base.HandleInput(input);
     GuiData.doInput(input);
 }