Difference between revisions of "love.mouse.setVisible"
m (1 revision: Importing from potato (again).) |
|
(No difference)
|
Revision as of 16:17, 14 February 2010
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.