mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 17:25:46 +00:00
input_common: Add missing modifier callback to analog from button
This commit is contained in:
parent
57dbb34afa
commit
cf1280874f
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ public:
|
||||||
down->SetCallback(callbacks);
|
down->SetCallback(callbacks);
|
||||||
left->SetCallback(callbacks);
|
left->SetCallback(callbacks);
|
||||||
right->SetCallback(callbacks);
|
right->SetCallback(callbacks);
|
||||||
|
modifier->SetCallback(callbacks);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool IsAngleGreater(float old_angle, float new_angle) const {
|
bool IsAngleGreater(float old_angle, float new_angle) const {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue