Difference between revisions of "love.mouse.isGrabbed"

m (1 revision: Imported docs from potato.)
Line 1: Line 1:
  
 
+
Checks if the mouse is grabbed.
 
== 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 mouse is grabbed.}}

Revision as of 16:17, 14 February 2010

Checks if the mouse is grabbed.

Function

Synopsis

grabbed = love.mouse.isGrabbed( )

Arguments

None.

Returns

boolean grabbed
True if the cursor is grabbed, false if it is not.

See Also