diff options
| author | 2021-06-03 21:06:38 -0700 | |
|---|---|---|
| committer | 2021-06-03 21:06:38 -0700 | |
| commit | 1d1f6160634e1390c5cadcb0a8575e6bfaaa6b89 (patch) | |
| tree | 3fe737a16829382e361c4810745fada8dcbfed33 /src/input_common/keyboard.cpp | |
| parent | [game_list] Correct light theme loading (#6408) (diff) | |
| parent | input_common: Analog button, use time based position instead of frequent updates (diff) | |
| download | yuzu-1d1f6160634e1390c5cadcb0a8575e6bfaaa6b89.tar.gz yuzu-1d1f6160634e1390c5cadcb0a8575e6bfaaa6b89.tar.xz yuzu-1d1f6160634e1390c5cadcb0a8575e6bfaaa6b89.zip | |
Merge pull request #6389 from german77/Analog_button_fix
input_common: Analog button, use time based position
Diffstat (limited to 'src/input_common/keyboard.cpp')
| -rw-r--r-- | src/input_common/keyboard.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input_common/keyboard.cpp b/src/input_common/keyboard.cpp index c467ff4c5..8261e76fd 100644 --- a/src/input_common/keyboard.cpp +++ b/src/input_common/keyboard.cpp | |||
| @@ -75,6 +75,7 @@ public: | |||
| 75 | } else { | 75 | } else { |
| 76 | pair.key_button->UnlockButton(); | 76 | pair.key_button->UnlockButton(); |
| 77 | } | 77 | } |
| 78 | pair.key_button->TriggerOnChange(); | ||
| 78 | } | 79 | } |
| 79 | } | 80 | } |
| 80 | } | 81 | } |