Any way to achieve a Pause Until (Left)Mouse/Trackpad Click?
Hi @StanN , could you provide more details on what you're trying to achieve? What exactly do you want to pause?
I'm interpreting this as being equivalent to this statement:
When a (Left)Mouse/Trackpad Click occurs, I want to Play
Is that right?
I currently only have a "wait for keypress" action, maybe I can add a "wait for mouse click" as well.
For now you could use the "wait for conditions to become true" action and check the left_mouse_down value, however you'd need to do a long press to make sure it is caught in the update interval.
This action will do for now, thx!
Dedicated action like Wait for Keypress will be appreciated