Android: Add touch to move pointer in overlay

This commit is contained in:
zackhow
2018-10-05 16:59:17 -04:00
parent 3627ef8a04
commit 47d6406fd4
7 changed files with 136 additions and 44 deletions

View File

@ -30,6 +30,7 @@ private:
{
public:
std::string GetName() const;
bool IsDetectable() override { return false; }
Axis(int padID, ButtonManager::ButtonType index, float neg = 1.0f)
: _padID(padID), _index(index), _neg(neg)
{