Difference between revisions of "love.mouse.isVisible"

m (1 revision: Importing from potato (again).)
m
Line 1: Line 1:
 
 
Checks if the cursor is visible.
 
Checks if the cursor is visible.
 
== Function ==
 
== Function ==
Line 14: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Checks if the cursor is visible.}}
 
{{#set:Description=Checks if the cursor is visible.}}
 +
== Other Languages ==
 +
{{i18n|love.mouse.isVisible}}

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

Other Languages