Browse Source
Merge pull request #6561 from german77/analog_fix
input_common: Add missing modifier callback to analog from button
pull/15/merge
Morph
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/input_common/analog_from_button.cpp
|
|
|
@ -27,6 +27,7 @@ public: |
|
|
|
down->SetCallback(callbacks); |
|
|
|
left->SetCallback(callbacks); |
|
|
|
right->SetCallback(callbacks); |
|
|
|
modifier->SetCallback(callbacks); |
|
|
|
} |
|
|
|
|
|
|
|
bool IsAngleGreater(float old_angle, float new_angle) const { |
|
|
|
|