Rename love.mouse.hasCursor to isCursorSupported (resolves issue #1309).

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2017-08-05 16:53:27 -03:00
parent f0c682d50d
commit 254e50dbfe
6 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -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;