overlay: minor UI fixes for clear all / reset all (#580)

## Link to GitHub Issue or related Pull Request, if one exists
#578 

## Description of change
Use `Clear All` when there are no defaults, and `Reset All` when there
are defaults.

Clearing analogs should reset values to 0.5, not 0.
This commit is contained in:
bicarus
2026-03-18 02:51:02 -07:00
committed by GitHub
parent 97d65b137a
commit 97ec2e5d37
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -91,6 +91,7 @@ public:
setMultiplier(1);
setRelativeMode(false);
setDelayBufferDepth(0);
setLastState(0.5f);
}
inline void clearBindings() {