Results 1 to 5 of 5

Thread: Mouse wheel?

  1. #1
    Join Date
    Jul 2007
    Location
    Missouri
    Posts
    318
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Mouse wheel?

    Is there a function in srl that scrolls down or up web pages with the scroll wheel on your mouse?

  2. #2
    Join Date
    Apr 2007
    Posts
    2,593
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    vk_SCROLLUP
    vk_SCROLLDOWN

    I think that's one =S

  3. #3
    Join Date
    Jul 2007
    Location
    Missouri
    Posts
    318
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I don't think that works .

  4. #4
    Join Date
    Oct 2006
    Location
    ithurtsithurtsithurtsithurts
    Posts
    2,930
    Mentioned
    7 Post(s)
    Quoted
    135 Post(s)

    Default

    I don't think there is such a procedure or function.

  5. #5
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    Yes you can, in a way:

    procedure HoldMouseMid(x, y: Integer);
    Holds the middle mouse button.

    procedure ReleaseMouseMid(x, y: Integer);


    So

    SCAR Code:
    HoldMouseMid(100, 100);
    MoveMouse(120, 100);
    GetMousePos(x, y);
    ReleaseMouseMid(x, y)

    But AFAIK you cannot scroll with it.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Anyone up for one wheel?! UNICYCLING!!
    By Brain in forum Who Are You ? Who ? Who ?
    Replies: 40
    Last Post: 10-24-2009, 10:16 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
  •