Example #1
0
 static extern int gamepadGuide(int playerIndex, out XINPUT_Guide struc);
Example #2
0
 public static int guide(int playerIndex, out XINPUT_Guide struc)
 {
     return gamepadGuide(playerIndex, out struc);
 }