mirror of
https://github.com/love2d/love.git
synced 2026-08-18 11:44:15 +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:
@@ -23,13 +23,15 @@
|
||||
|
||||
// LOVE
|
||||
#include "common/runtime.h"
|
||||
#include "Cursor.h"
|
||||
|
||||
namespace love
|
||||
{
|
||||
namespace mouse
|
||||
{
|
||||
|
||||
int w_getType(lua_State *L);
|
||||
Cursor *luax_checkcursor(lua_State *L, int idx);
|
||||
int w_Cursor_getType(lua_State *L);
|
||||
extern "C" int luaopen_cursor(lua_State *L);
|
||||
|
||||
} // mouse
|
||||
|
||||
Reference in New Issue
Block a user