Add hasFocus (issue #117)

This commit is contained in:
Bart van Strien
2010-11-28 11:29:48 +01:00
parent cee1a95b82
commit f4da97d46e
4 changed files with 15 additions and 0 deletions
@@ -101,6 +101,7 @@ namespace opengl
int w_rotate(lua_State * L);
int w_scale(lua_State * L);
int w_translate(lua_State * L);
int w_hasFocus(lua_State * L);
extern "C" LOVE_EXPORT int luaopen_love_graphics(lua_State * L);
} // opengl