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 touch
|
||||
namespace sdl
|
||||
{
|
||||
|
||||
std::vector<int64> Touch::getTouchIDs() const
|
||||
std::vector<int64> Touch::getIDs() const
|
||||
{
|
||||
std::vector<int64> ids;
|
||||
ids.reserve(touches.size());
|
||||
|
||||
@@ -43,7 +43,7 @@ public:
|
||||
|
||||
virtual ~Touch() {}
|
||||
|
||||
virtual std::vector<int64> getTouchIDs() const;
|
||||
virtual std::vector<int64> getIDs() const;
|
||||
virtual void getPosition(int64 id, double &x, double &y) const;
|
||||
|
||||
// Implements Module.
|
||||
|
||||
Reference in New Issue
Block a user