love.mouse.isGrabbed

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