Open HugoRomat opened 2 years ago
Can you tell me how you're simulating touch/pen actions at all? I've been trying to get longpress to work, but it seems that it only sends mousepointer and not a touchpointer actions.
I use this library to set the mouse position. https://github.com/charygao/MouseKeyboardLibrary/
Hello, I am trying to simulate pen-input events at a frequency of minimum 100Hz, however it seems that the winapp driver is limited in the amount of events per seconds, I can only do 1 event per 60 milliseconds approximatively, while I need 1 event per milliseconds at least. Any idea on how to solve this? Hugo