early-access version 3347

This commit is contained in:
pineappleEA
2023-01-29 15:48:11 +01:00
parent 3457f75f51
commit ebd748d55f
101 changed files with 1732 additions and 567 deletions

View File

@@ -130,6 +130,8 @@ struct ButtonStatus {
bool inverted{};
// Press once to activate, press again to release
bool toggle{};
// Spams the button when active
bool turbo{};
// Internal lock for the toggle status
bool locked{};
};