Add love.mouse.setX/setY (issue #438)

This commit is contained in:
Bart van Strien
2012-06-01 17:19:36 +02:00
parent f62bad6e12
commit 1eb17f2376
5 changed files with 35 additions and 1 deletions
+2
View File
@@ -31,6 +31,8 @@ namespace mouse
int w_getX(lua_State * L);
int w_getY(lua_State * L);
int w_getPosition(lua_State * L);
int w_setX(lua_State * L);
int w_setY(lua_State * L);
int w_setPosition(lua_State * L);
int w_isDown(lua_State * L);
int w_setVisible(lua_State * L);