void Update() { if (inputMenu.GetBack()) { this.showMain(); } }
void Update() { /*if(inputMenu.GetLeft()){ * this.Prev(); * }*/ if (inputMenu.GetRight()) { this.Next(); } if (inputMenu.GetBack()) { this.Back(); } }