Beta Documentation - Subject to change.

Gets the Y position of the mouse.

Syntax

Lua
function Display.GetMouseY();

Returns

Type: number
The Y position of the mouse in screen coordinates.

Remarks

Gets the Y position of the mouse in screen coordinates.

See Also