Definition
double GetCursorY()
Description
Returns the value of the Y component of the mouse cursor position.
Return Value
The value of the Y component of the mouse cursor position.
Example
y = 0.0 function Init() y = GetCursorY() end function Update() endGetCursorY