コード例 #1
0
 public void executeButtonDown(NunchukButton button)
 {
     this.executeButtonDown("Nunchuk." + button.ToString());
 }
コード例 #2
0
ファイル: WiiKeyMap.cs プロジェクト: joshreve/Touchmote
 public void executeButtonDown(NunchukButton button)
 {
     this.executeButtonDown("Nunchuk." + button.ToString());
 }