Пример #1
0
 bool QueueGamepadState(UserIndex Index, ref XBOX_AUTOMATION_GAMEPAD Gamepad, uint TimedDuration, uint CountDuration)
 {
     XboxConsole.SendTextCommand("autoinput user="******" queuepackets count=" + CountDuration);
     return(true);
 }
Пример #2
0
 void SetGamepadState(UserIndex Index, ref XBOX_AUTOMATION_GAMEPAD Gamepad)
 {
     XboxConsole.SendTextCommand("autoinput user="******" setpacket");
 }