mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
Android: Add touch to move pointer in overlay
This commit is contained in:
parent
3627ef8a04
commit
47d6406fd4
7 changed files with 136 additions and 44 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue