Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I want to know the difference between mouse commands.
#1
Hello everyone!

Thank you for your help.

The following commands perform the same function.

I wonder what is the difference between the two commands.


Macro Macro33
Code:
Copy      Help
mouse_event MOUSEEVENTF_MOVE 50 50 0 0


;-------------------------------------------------

INPUT input.mi.mouseData=0

;memset(&input, 0, sizeof(INPUT));
input.type = INPUT_MOUSE();
input.mi.dwFlags = MOUSEEVENTF_MOVE;
;input.mi.time = 2686400
input.mi.dx = 50
input.mi.dy = 50
SendInput(1,&input,sizeof(INPUT));


Forum Jump:


Users browsing this thread: 1 Guest(s)