Example #1
0
 void Update()
 {
     if (inputMenu.GetBack())
     {
         this.showMain();
     }
 }
Example #2
0
    void Update()
    {
        /*if(inputMenu.GetLeft()){
         *  this.Prev();
         * }*/

        if (inputMenu.GetRight())
        {
            this.Next();
        }

        if (inputMenu.GetBack())
        {
            this.Back();
        }
    }