WinAppDriver icon indicating copy to clipboard operation
WinAppDriver copied to clipboard

Slow pen input using the winappdriver

Open HugoRomat opened this issue 3 years ago • 2 comments

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

HugoRomat avatar Mar 22 '22 08:03 HugoRomat

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.

paul-foreflight avatar Apr 26 '22 22:04 paul-foreflight

I use this library to set the mouse position. https://github.com/charygao/MouseKeyboardLibrary/

liljohnak avatar Apr 28 '22 04:04 liljohnak