Ejemplo n.º 1
0
 static extern int gamepadGuide(int playerIndex, out XINPUT_Guide struc);
Ejemplo n.º 2
0
 public static int guide(int playerIndex, out XINPUT_Guide struc)
 {
     return gamepadGuide(playerIndex, out struc);
 }