Results 1 to 4 of 4

Thread: Is there a boolean which detects

  1. #1
    Join Date
    May 2008
    Posts
    1,345
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Is there a boolean which detects

    Whether your mouse key is down or not? I recently made a procedure so I could edit some wait times to make SRL look more like "me" (I'm pretty paranoid
    ), and I was wondering in case I click faster/slower then SRL does ^.^.

    GET YOUR TIN FOIL CAP ON - THEY'RE WATCHING US!

    ~Sandstorm

  2. #2
    Join Date
    Mar 2007
    Posts
    3,042
    Mentioned
    1 Post(s)
    Quoted
    14 Post(s)

    Default

    I think IsMouseButtonDown should work, if you're checking for the left or right mouse button. Otherwise, I don't think there is one.
    :-)

  3. #3
    Join Date
    Mar 2007
    Posts
    1,700
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    SCAR Code:
    while not Result do
        Result := IsMouseButtonDown(True);

  4. #4
    Join Date
    May 2008
    Posts
    1,345
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks. That's exactly what I wanted .

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
  •