Renamed love.touch.getTouchIDs to love.touch.getIDs.

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2015-03-01 02:46:00 -04:00
parent 395bb0bea8
commit a8276105c7
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ namespace love
namespace touch
{
int w_getTouchIDs(lua_State *L);
int w_getIDs(lua_State *L);
int w_getPosition(lua_State *L);
extern "C" LOVE_EXPORT int luaopen_love_touch(lua_State *L);