Function
love.system.grabInput( grab )
When grabbing is on, the mouse is confined to the window, and as much keyboard input as possible is passed directly to the current game. Some key combinations may still be interpreted by the window manager, such as Alt+Tab, Ctrl+Alt+Delete, etc.
Synopsis
love.system.grabInput( grab )
Arguments
grab True to grab, false to ungrab.
Returns
(Nothing)
Copyright © 2006-2008 LÖVE Development Team.