Hello,
Firstly I want to say thank you for actiona. It's a great piece of software.
I know I can move the cursor to a point and then click, but I was wondering if it would be possible to simulate a touch screen device press, as these events are distinguishable.
Regards,
Tapcre
Touch Press
Re: Touch Press
Hi,
Unfortunately on Windows the SendInput function that I use to simulate mouse presses doesn't distinguish between the two. Same issue with Linux and X11.
These events might be distinguishable on the receiver app, but on the simulation I believe it's not possible, or at least I don't know how to do that.
Unfortunately on Windows the SendInput function that I use to simulate mouse presses doesn't distinguish between the two. Same issue with Linux and X11.
These events might be distinguishable on the receiver app, but on the simulation I believe it's not possible, or at least I don't know how to do that.
"My software never has bugs. It just develops random features."