Example #1
0
        public void hideCenterMenu()
        {
            centerMenu.ActiveButton = null;

            centerMenu.hide();

            // centerMenu.reset();

            // Odd here
            if (secondaryMenu.currentLayout == layouts.TRANSLATION)
            {
                secondaryMenu.switchLayout(layouts.EDIT);
            }
        }
Example #2
0
 public void drawSecondaryMenu(layouts layout)
 {
     secondaryMenu.switchLayout(layout);
     secondaryMenu.show();
 }