# Changes 0.3.1

- Add Layout API and let Menu use it
- Add DragData (for float, double, int, etc)
- Add IO Delta calculation to not require a users delta value
- Add Config Var for SLider drag min size
- Remove Hid::Ref input of Containers as IO DragApi is used
- Containers that accept input will require an ID to function
This commit is contained in:
2025-03-14 15:14:45 +01:00
parent ba77dc9b42
commit 35272687f6
21 changed files with 688 additions and 469 deletions

View File

@ -25,7 +25,7 @@ SOFTWARE.
namespace PD {
namespace UI7 {
void Button::HandleInput(Hid::Ref inp) {
void Button::HandleInput() {
/// Ensure to only check input once
if (inp_done) {
return;