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
+1
View File
@@ -34,6 +34,7 @@ int w_newCursor(lua_State *L);
int w_getSystemCursor(lua_State *L);
int w_setCursor(lua_State *L);
int w_getCursor(lua_State *L);
int w_hasCursor(lua_State *L);
int w_getX(lua_State *L);
int w_getY(lua_State *L);
int w_getPosition(lua_State *L);