mirror of
https://github.com/love2d/love.git
synced 2026-08-15 07:41:11 +02:00
Rename love.mouse.hasCursor to isCursorSupported (resolves issue #1309).
--HG-- branch : minor
This commit is contained in:
@@ -623,7 +623,7 @@ function love.errhand(msg)
|
||||
love.mouse.setVisible(true)
|
||||
love.mouse.setGrabbed(false)
|
||||
love.mouse.setRelativeMode(false)
|
||||
if love.mouse.hasCursor() then
|
||||
if love.mouse.isCursorSupported() then
|
||||
love.mouse.setCursor()
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user