Difference between revisions of "love.mouse.isGrabbed"

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

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

Other Languages