Added love.window.setPosition(x, y [, displayindex]), love.window.getPosition, and optional x and y fields for t.window in love.conf and for the flags table in love.window.set/getMode (resolves issue #930.)

This commit is contained in:
Alex Szpakowski
2014-09-19 16:19:55 -03:00
parent 3d7a3c2c3c
commit b75e1bdeaa
8 changed files with 130 additions and 9 deletions
+2
View File
@@ -41,6 +41,8 @@ int w_getWidth(lua_State *L);
int w_getHeight(lua_State *L);
int w_getDimensions(lua_State *L);
int w_getDesktopDimensions(lua_State *L);
int w_setPosition(lua_State *L);
int w_getPosition(lua_State *L);
int w_setIcon(lua_State *L);
int w_getIcon(lua_State *L);
int w_setTitle(lua_State *L);