mirror of
https://github.com/love2d/love.git
synced 2026-08-18 03:34:23 +02:00
Renamed love.touch.getTouchIDs to love.touch.getIDs.
--HG-- branch : minor
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user