lovr.system.getMouseY

Edit

Returns the y position of the mouse.

y = lovr.system.getMouseY()

Arguments

None

Returns

NameTypeDescription
ynumber The y position of the mouse, relative to the top-left of the window.

See also