Difference between revisions of "love.mouse.setVisible"
m (1 revision: Imported docs from potato.) |
|||
Line 1: | Line 1: | ||
− | + | Sets the current visibility of the cursor. | |
== Function == | == Function == | ||
=== Synopsis === | === Synopsis === | ||
Line 13: | Line 13: | ||
* [[parent::love.mouse]] | * [[parent::love.mouse]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
− | {{#set:Description=}} | + | {{#set:Description=Sets the current visibility of the cursor.}} |
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.