Added love.window.getDisplayName, to get the name of a connected display.

This commit is contained in:
Alex Szpakowski
2014-06-14 16:20:30 -03:00
parent 23d3cbc2e2
commit aa882cbcbc
5 changed files with 29 additions and 0 deletions
+1
View File
@@ -30,6 +30,7 @@ namespace window
{
int w_getDisplayCount(lua_State *L);
int w_getDisplayName(lua_State *L);
int w_setMode(lua_State *L);
int w_getMode(lua_State *L);
int w_getFullscreenModes(lua_State *L);