|
SetMouseY | |
SetMouseY Ypos | |
Parameters: Ypos = The Y coordinate of where you wish to locate the mouse pointer |
|
Returns: NONE | |
SetMouseY will position the windows mouse pointer along the Y axis FACTS: * When a program is running in windowed screen mode, the mouse now expect coordinates relevant to the windows desk top. So in order to reposition the mouse over your window correctly, you'll need to offset by the screens current position. See GetScreenYpos(). Mini Tutorial: This example shows uses the SetMouse and SetMouseX and SetMouseY commands to randomly reposition the mouse pointer when certain keys are hit.
|
Related Info: | MouseButton | MouseMoveX | MouseMoveY | MouseMoveZ | MouseX | MouseY | MouseZ | SetMouse | SetMouseX : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |