From 47d6406fd4492d46613dbb107bc3deb36fd3254d Mon Sep 17 00:00:00 2001 From: zackhow Date: Fri, 5 Oct 2018 16:59:17 -0400 Subject: Android: Add touch to move pointer in overlay --- Source/Core/InputCommon/ControllerInterface/Android/Android.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/Core/InputCommon/ControllerInterface') diff --git a/Source/Core/InputCommon/ControllerInterface/Android/Android.h b/Source/Core/InputCommon/ControllerInterface/Android/Android.h index deb23539ce..59919982ef 100644 --- a/Source/Core/InputCommon/ControllerInterface/Android/Android.h +++ b/Source/Core/InputCommon/ControllerInterface/Android/Android.h @@ -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) { -- cgit v1.2.3