mirror of
https://github.com/love2d/love.git
synced 2026-08-17 02:58:31 +02:00
Renamed love.touch.getTouchIDs to love.touch.getIDs.
--HG-- branch : minor
This commit is contained in:
@@ -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