Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
double middle is not working
#9
In QM cannot coexist click and double-click triggers.

My solution is following: let #M macro measure whether click or double-click has occured. It then can execute different code for click and double click. Of course, it can start other macros based on result. The #M macro really should be function.

Code:
Copy      Help
dll# user32 GetDoubleClickTime
int+ g_click_time
int pt=g_click_time
g_click_time=GetTickCount
if(g_click_time-pt>GetDoubleClickTime) ;;click
,out 1
else ;;double click
,out 2


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)