{{newin|[[0.10.0]]|100|type=function}}
{{deprecatedin|[[11.0]]|110|type=function|text=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.

== Function ==
=== Synopsis ===
<source lang="lua">
hascursor = love.mouse.hasCursor( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|boolean|hascursor|Whether the system has cursor functionality.}}

== See Also ==
* [[parent::love.mouse]]
[[Category:Functions]]
{{#set:Description=Gets whether cursor functionality is supported.}}
{{#set:Removed=110}}
{{#set:PrettyRemoved=0.11.0}}
== Other Languages ==
{{i18n|love.mouse.hasCursor}}