mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Rename love.mouse.hasCursor to isCursorSupported (resolves issue #1309).
--HG-- branch : minor
This commit is contained in:
@@ -51,7 +51,7 @@ public:
|
||||
|
||||
virtual Cursor *getCursor() const = 0;
|
||||
|
||||
virtual bool hasCursor() const = 0;
|
||||
virtual bool isCursorSupported() const = 0;
|
||||
|
||||
virtual double getX() const = 0;
|
||||
virtual double getY() const = 0;
|
||||
|
||||
Reference in New Issue
Block a user