Difference between revisions of "love.mouse.isVisible"

m
Line 13: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Checks if the cursor is visible.}}
 
{{#set:Description=Checks if the cursor is visible.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.mouse.isVisible}}
 
{{i18n|love.mouse.isVisible}}

Revision as of 10:35, 25 March 2011

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