love.mouse.setY

Sets the current Y position of the mouse.

Function

Synopsis

love.mouse.setPosition( y )

Arguments

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

Returns

Nothing.

See Also


Other Languages