input_common: Analog button, use time based position instead of frequent updates

This commit is contained in:
german77 2021-05-29 23:35:46 -05:00 committed by german77
parent e41c8b6780
commit a323bc5af8
3 changed files with 146 additions and 81 deletions

View file

@ -75,6 +75,7 @@ public:
} else {
pair.key_button->UnlockButton();
}
pair.key_button->TriggerOnChange();
}
}
}