Results 1 to 4 of 4

Thread: Scriting question

  1. #1
    Join Date
    Feb 2012
    Posts
    125
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Scriting question

    var
    x, y:Integer;
    begin
    MoveMouse(542, 197);
    HoldMouse(542, 197, 1);
    MoveMouse(21, 142);
    ReleaseMouse(x, y, 1);
    end.

    Is there anything i can do to increase the mouse speed from move, to release?

  2. #2
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    I believe you can declare mouse speed as something like :

    Simba Code:
    MouseSpeed := whatever speed

    This is also the wrong section should be in Help
    Current Project: Retired

  3. #3
    Join Date
    Feb 2012
    Posts
    125
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Gucci View Post
    I believe you can declare mouse speed as something like :

    Simba Code:
    MouseSpeed := whatever speed

    This is also the wrong section should be in Help
    Where should I post this then?

  4. #4
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    in the mainloop
    Current Project: Retired

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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