Exemplo n.º 1
0
 //按钮定义,4个方向按钮,返回ture被按下,返回false 没有按下
 public static bool ButtonLeft(int playerIndex)
 {
     return(inputDevice.ButtonLeft(playerIndex));
 }