mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2025-12-28 02:06:11 +01:00
input_common: Analog button, use time based position instead of frequent updates
This commit is contained in:
parent
e41c8b6780
commit
a323bc5af8
3 changed files with 146 additions and 81 deletions
|
|
@ -75,6 +75,7 @@ public:
|
|||
} else {
|
||||
pair.key_button->UnlockButton();
|
||||
}
|
||||
pair.key_button->TriggerOnChange();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue