Available since LÖVE 0.10.0 |
This function is not supported in earlier versions. |
Deprecated in LÖVE 11.0 |
This function has been renamed to love.mouse.isCursorSupported. |
Gets whether cursor functionality is supported.
If it isn't supported, calling love.mouse.newCursor and love.mouse.getSystemCursor will cause an error. Mobile devices do not support cursors.
hascursor = love.mouse.hasCursor( )
None.
boolean hascursor