Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
DirectX - Mouse Won't Move
#10
There is another free program, AutoIt. These 2 programs are similar. AutoIt has a COM component that includes some its functions. You can try it. Example (in QM):

Code:
Copy      Help
typelib AUTOIT "C:\Program Files\AutoIt3\AutoItX\AutoItX3.dll"
AUTOIT.AutoItX3 ai._create
ai.MouseClick("LEFT" 300 300 1 5)
ai.MouseClick("LEFT" 400 400 1 5)
ai.MouseClick("LEFT" 500 300 1 5)

In the example used AutoItX3.dll is installed with AutoIt. Maybe autohotkey has a COM component too, I don't know (maybe it can be downloaded separately).


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)