IF screen is being touched, THEN?

chambm

New member
I have a simple auto-clicker I want to pause when I'm interacting with the phone without actually toggling the macro off. I can't figure out whether it's possible with MD. I've also looked at TouchTask plugin but it doesn't seem to be able to do this either. I would also settle for a "Touch started" and "Touch ended" trigger.
 

Qarboz

Well-known member
I have a simple auto-clicker I want to pause when I'm interacting with the phone without actually toggling the macro off. I can't figure out whether it's possible with MD. I've also looked at TouchTask plugin but it doesn't seem to be able to do this either. I would also settle for a "Touch started" and "Touch ended" trigger.
Send the screenshot of the macro, we can help you better
 

chambm

New member
It has three modes: off, slow and fast clicking. I just discovered the "Device Facing" state will work quite well for my purposes so IO can have it only do the clicking if the phone is lying flat. Still, would be nice to have it only do the clicking if the screen isn't being touched.1709585748993.png
 

mapriex

Active member
I want to pause when I'm interacting with the phone without actually toggling the macro off. I can't figure out whether it's possible with MD.
I would also settle for a "Touch started" and "Touch ended" trigger.
do you want a break button/function/action/trigger for doing phone activities and when you finished you want to continue the auto-clicker?
 

Qarboz

Well-known member
It has three modes: off, slow and fast clicking. I just discovered the "Device Facing" state will work quite well for my purposes so IO can have it only do the clicking if the phone is lying flat. Still, would be nice to have it only do the clicking if the screen isn't being touched.View attachment 8835
You could put a WHILE/DO with a bool variable as a condition inside the click loop. You can set/reset this variable with the long press of the home button.
 

chambm

New member
do you want a break button/function/action/trigger for doing phone activities and when you finished you want to continue the auto-clicker?
It's more like I want to pause the auto-clicker when I pick up or interact with the device, without having to press any buttons (once to pause, another press to resume). That gets tedious if I'm frequently interacting with it (while using the auto-clicker to handle the tedious clicking). The device orientation I mentioned worked ok when sitting or standing but wasn't very good when laying down.
 
Top