Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Single/Double Mouse Window Trigger
#2
Macro single and double
Code:
Copy      Help
int+ g_18243
_i=GetTickCount
int isDouble=GetTickCount-g_18243<500; g_18243=GetTickCount

if isDouble
,out "double"
else
,out "single"
Macro single or double
Code:
Copy      Help
int+ g_18244
if(g_18244) g_18244=0; ret
int isDouble=1
g_18244=1; wait 0.5 -V g_18244; err isDouble=0; g_18244=0

if isDouble
,out "double"
else
,out "single"

;if this is a macro, check "Run simultaneously" in Properties

Quote:Should QM be able to have a single and double assignment on the same window position?
No.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)