private bool ready()
 {
     return(scrollMenu.ready());
 }
Exemple #2
0
 private bool ready()
 {
     return(scrollMenu.ready() && !changing);
 }