Added love.mouse.hasCursor. Returns true if mouse cursors are available.

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2015-02-16 00:21:39 -04:00
parent 1f726b2fa1
commit 8edea22179
5 changed files with 18 additions and 0 deletions
+2
View File
@@ -53,6 +53,8 @@ public:
love::mouse::Cursor *getCursor() const;
bool hasCursor() const;
int getX() const;
int getY() const;
void getPosition(int &x, int &y) const;