Difference between revisions of "love.mouse.isVisible"

m (1 revision: Imported docs from potato.)
Line 1: Line 1:
  
 
+
Checks if the cursor is visible.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 13: Line 13:
 
* [[parent::love.mouse]]
 
* [[parent::love.mouse]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Checks if the cursor is visible.}}

Revision as of 16:17, 14 February 2010

Checks if the cursor is visible.

Function

Synopsis

visible = love.mouse.isVisible( )

Arguments

None.

Returns

boolean visible
True if the cursor to visible, false if the cursor is hidden.

See Also