Open q8192139 opened 5 years ago
` script.SetButtons (new DualShockState() { L2 = 255 });
script.Sleep(300); script.SetButtons(new DualShockState() { DPad_Right = true }); script.Sleep(300); script.ClearButtons();
`
L2 and Right Keyboard cannot be pressed at the same time
script.SetButtons(new DualShockState() { L2 = 255, DPad_Right = true });
` script.SetButtons (new DualShockState() { L2 = 255 });
`
L2 and Right Keyboard cannot be pressed at the same time