Is there a function in srl that scrolls down or up web pages with the scroll wheel on your mouse?
Is there a function in srl that scrolls down or up web pages with the scroll wheel on your mouse?
vk_SCROLLUP
vk_SCROLLDOWN
I think that's one =S
I don't think that works.
I don't think there is such a procedure or function.
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.
There are currently 1 users browsing this thread. (0 members and 1 guests)