Difference between revisions of "love.mouse.setVisible"

m (1 revision: Importing from potato (again).)
m
Line 1: Line 1:
 
 
Sets the current visibility of the cursor.
 
Sets the current visibility of the cursor.
 
== Function ==
 
== Function ==
Line 14: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the current visibility of the cursor.}}
 
{{#set:Description=Sets the current visibility of the cursor.}}
 +
== Other Languages ==
 +
{{i18n|love.mouse.setVisible}}

Revision as of 20:38, 18 November 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.

See Also

Other Languages