示例#1
0
 public void setMenu(Menu menu)
 {
     this.menu = menu;
     if (menu != null) menu.init(this, input);
 }