예제 #1
0
 public void executeButtonDown(WiimoteButton button)
 {
     this.executeButtonDown(button.ToString());
 }
예제 #2
0
 public void executeButtonDown(WiimoteButton button)
 {
     this.executeButtonDown(button.ToString());
 }
예제 #3
0
 public void executeButtonUp(WiimoteButton button)
 {
     this.executeButtonUp(button.ToString());//ToString converts WiimoteButton.A to "A" for instance
 }
예제 #4
0
 public void executeButtonUp(WiimoteButton button)
 {
     this.executeButtonUp(button.ToString());//ToString converts WiimoteButton.A to "A" for instance
 }