MOUSEY |
Top Previous Next |
Syntax INT = MOUSEY Description Returns the current mouse Y position in screen coordinates. Parameters None. Return value The current mouse Y position. Remarks The mouse position is updated every time your program uses FLIP or waits for a message. This function is not 2D specific and can be used in any windows target. See Also: MOUSEX Example usage xPos = MOUSEX |