scrcpy
scrcpy copied to clipboard
sendmessage,postmessage mouseclick
Can you please let scrcpy receive correct sendmessage,postmessage win32, such as mouseclick events with the scrcpy handle.
For example C# code: IntPtr lparam = new IntPtr(400 | (300 << 16)); Dll.SendMessage(scrcpyhandle, 0x201, 1, lparam); Dll.SendMessage(scrcpyhandle, 0x202, 0, lparam);
should simulate click x=400 , y=300 but it currently does not work.
i have same issue with SendMessage win32 click event in python
The latest version 1.24 does not seem to be able to execute sendmessage
i have same issue with SendMessage win32 click event in python