Fix problem where the touch screen controls got reactivated by gamepad input

This commit is contained in:
Henrik Rydgård
2026-02-28 11:11:17 +01:00
parent 845f9f3d55
commit 2c207aedf8
4 changed files with 25 additions and 21 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ public:
scale_ = theScale_;
}
bool IsDown() const override {
bool IsDownVisually() const override {
// Don't want the button to enlarge and throw the user's perspective
// of button size off whack. Also, the other purpose of IsDown is to prevent auto-hide,
// but it's not relevant here.