love.mouse.setVisible

Sets the current visibility of the cursor.

Function

Synopsis

love.mouse.setVisible( visible )

Arguments

boolean visible
True to set the cursor to visible, false to hide the cursor.

Returns

Nothing.

See Also