mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Rename love.mouse.hasCursor to isCursorSupported (resolves issue #1309).
--HG-- branch : minor
This commit is contained in:
@@ -107,7 +107,7 @@ love::mouse::Cursor *Mouse::getCursor() const
|
||||
}
|
||||
|
||||
|
||||
bool Mouse::hasCursor() const
|
||||
bool Mouse::isCursorSupported() const
|
||||
{
|
||||
return SDL_GetDefaultCursor() != nullptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user