mirror of
https://github.com/love2d/love.git
synced 2026-08-18 11:44:15 +02:00
Removed love.touch.getTouchCount and love.touch.getTouch. Added love.touch.getTouchIDs and love.touch.getPosition.
love.touch.getTouchIDs returns an array of all currently active touch IDs. love.touch.getPosition takes an active touch ID and returns the current position of that touch. --HG-- branch : minor
This commit is contained in:
@@ -30,8 +30,8 @@ namespace love
|
||||
namespace touch
|
||||
{
|
||||
|
||||
int w_getTouchCount(lua_State *L);
|
||||
int w_getTouch(lua_State *L);
|
||||
int w_getTouchIDs(lua_State *L);
|
||||
int w_getPosition(lua_State *L);
|
||||
extern "C" LOVE_EXPORT int luaopen_love_touch(lua_State *L);
|
||||
|
||||
} // touch
|
||||
|
||||
Reference in New Issue
Block a user