Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to use DebugClickEx()
#2
Hi,

Debug.ClickEx will send a click and print a white pixel where it should have clicked. You pointed that your application does not have the right Y position and you have to increment/decrement 13 pixels, this is because some windows functions counts the title bar and some doesn't (13 pixels is the DEFAULT height for titlebar), some computers may have different values.

In order to see Debug.ClickEx, run it as fast as possible, like every 5 ms. DO NOT USE IT IN TERMINAL FUNCTIONS, it is a debug feature. New functions Misc.Click and Misc.ClickEx will come with the next version, these won't draw the pixel and should work faster than the debug version.
Reply


Messages In This Thread
how to use DebugClickEx() - by Bbotone - 02-06-2017, 09:57 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)