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