Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Wait for "anything"
#1
i see wait for key events and mouse events, what about either event (key OR mouse)? in there a way to do that?

thanks.
An old blog on QM coding and automation.

The Macro Hook
#2
Macro
Code:
Copy      Help
int t1=mac("t_wait_mouse")
int t2=mac("t_wait_key")
wait 0 HM t1 t2

out 1

Function t_wait_mouse
Code:
Copy      Help
wait 0 M

Function t_wait_key
Code:
Copy      Help
wait 0 K
#3
oooooo.....now that's clever! "Variables"

thanks.
An old blog on QM coding and automation.

The Macro Hook


Forum Jump:


Users browsing this thread: 1 Guest(s)