komefai / PS4Macro

Automation utility for PS4 Remote Play written in C#
http://blog.komefai.com
MIT License
378 stars 89 forks source link

SetButtons 不能同时按住两个键 #86

Open q8192139 opened 5 years ago

q8192139 commented 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

fefe64fr commented 4 years ago

script.SetButtons(new DualShockState() { L2 = 255, DPad_Right = true });