Function
love.mouse.setGrab( grab )
Grabs the mouse and confines it to the window.
Synopsis
love.mouse.setGrab( grab )
Parameters
grab boolean True to confine the mouse, false to let it leave the window.
Copyright © 2006-2010 LÖVE Development Team.