mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user