Results 1 to 5 of 5

Thread: Mouseeventf_

Threaded View

  1. #1

    Thread Starter
    Banned
    Join Date
    Aug 2009
    Posts
    333

    Mouseeventf_

    Is there a "MOUSEEVENTF_Click"?

    Also,
    How would I change this code so that it will click when I move/click my mouse wheel?
    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
    EDIT:
    How would I move the mouse down? Like -10, -10 pixels? or something like that.
    Last edited by Iamazn; Sep 16th, 2009 at 07:38 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width