UnityRemoteDesktopDuplication icon indicating copy to clipboard operation
UnityRemoteDesktopDuplication copied to clipboard

RemoteControl PC from Android

Open Akravator91 opened this issue 3 years ago • 1 comments

Hi Hecomi! Thank you very much for your hard work! Your repository is really amazing. Do you know how to make a Remote control PC from android like a Teamviewer?

Akravator91 avatar Nov 13 '20 15:11 Akravator91

Sorry for my late reply..., there are some ways to control a remote PC. If you use this plugin, I think the easiest way is...:

  • Sending a message like MOUSEMOVE 10, 10 or CLICK 12, 12 from a client PC via UDP / TCP
  • Receive it at a server PC, then call Win32API to move cursor, or send click event Something like that.

hecomi avatar Dec 14 '20 13:12 hecomi