Renamed love.touch.getIDs to love.touch.getTouches.

This commit is contained in:
Alex Szpakowski
2015-05-28 20:54:41 -03:00
parent 7e42d82308
commit 457903a425
6 changed files with 11 additions and 15 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ namespace touch
{
int64 luax_checktouchid(lua_State *L, int idx);
int w_getIDs(lua_State *L);
int w_getTouches(lua_State *L);
int w_getPosition(lua_State *L);
int w_getPressure(lua_State *L);
extern "C" LOVE_EXPORT int luaopen_love_touch(lua_State *L);