Removed the system cursor variant of love.mouse.newCursor and added love.mouse.getSystemCursor. love.mouse.newCursor can now take a file(path). Resolves issue #741.

This commit is contained in:
Alex Szpakowski
2013-10-28 12:59:03 -03:00
parent 900978baf7
commit 3b0d5c8b6d
7 changed files with 58 additions and 27 deletions
+1
View File
@@ -31,6 +31,7 @@ namespace mouse
{
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_getX(lua_State *L);