I am able to use across to operate iOS devices. Now I want to control the mouse through programming. However, it looks like the Win32 API such as user32.dll is useless. Does across provide its own API? Or is there any tool that can be programmed to manipulate a bluetooth mouse?
Hi, No. I think you could send mouse inputs using SendInput() when input forwarding to a client device state. Thank you.