ws-scrcpy
ws-scrcpy copied to clipboard
"createSetClipboardCommand"
can provide an example for send the "createSetClipboardCommand" command , PLZ
https://github.com/NetrisTV/ws-scrcpy/blob/aecc6027576f5606afe917ca57bb09c8b9dd6faf/src/app/googDevice/toolbox/GoogMoreBox.ts#L165-L171
https://github.com/NetrisTV/ws-scrcpy/blob/aecc6027576f5606afe917ca57bb09c8b9dd6faf/src/app/googDevice/toolbox/GoogMoreBox.ts#L165-L171
thx reply, I wrote a rest api in other file, how to call this sendmsg in method? like
newfile.ts
import xxxx;
private void test(){
client.sendMessage(CommandControlMessage.createSetClipboardCommand(text));
}