public void HotspotPressed(string e) { if (g.ManeuverSelect(e)) { activeManeuver = e; } }
public bool setmaneuver(string e) => g.ManeuverSelect(e);