Difference between revisions of "love.mouse.setGrab"

m
Line 13: 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.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.mouse.setGrab}}
 
{{i18n|love.mouse.setGrab}}

Revision as of 10:35, 25 March 2011

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