Exemplo n.º 1
0
 //虚拟轴向
 //垂直
 public static float GetVertical(int playerIndex)
 {
     return(inputDevice.GetVertical(playerIndex));
 }