Difference between revisions of "love.mouse.setGrab"

m (1 revision: Importing from potato (again).)
m
Line 1: Line 1:
 
 
Grabs the mouse and confines it to the window.
 
Grabs the mouse and confines it to the window.
 
== Function ==
 
== Function ==
Line 14: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Grabs the mouse and confines it to the window.}}
 
{{#set:Description=Grabs the mouse and confines it to the window.}}
 +
== Other Languages ==
 +
{{i18n|love.mouse.setGrab}}

Revision as of 20:38, 18 November 2010

Grabs the mouse and confines it to the window.

Function

Synopsis

love.mouse.setGrab( grab )

Arguments

boolean grab
True to confine the mouse, false to let it leave the window.

Returns

Nothing.

See Also

Other Languages