Is there a "MOUSEEVENTF_Click"?
Also,
How would I change this code so that it will click when I move/click my mouse wheel?
EDIT:Code:If MOUSEEVENTF_WHEEL Then
Call mouse_event(MOUSEEVENTF_LEFTDOWN, 0, 0, 0, 0)
Call mouse_event(MOUSEEVENTF_LEFTUP, 0, 0, 0, 0)
End If
How would I move the mouse down? Like -10, -10 pixels? or something like that.

