love.mouse.getY

Returns the current y-position of the mouse.

Function

Synopsis

y = love.mouse.getY( )

Arguments

None.

Returns

number y
The position of the mouse along the y-axis.

See Also


Other Languages