MOUSEX |
Top Previous Next |
Syntax INT = MOUSEX Description Returns the current mouse X position in screen coordinates. Parameters None. Return value The current mouse X 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: MOUSEY Example usage xPos = MOUSEX |