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.
Sets the current visibility of the cursor.
love.mouse.setVisible( visible )
boolean visible
Nothing.