# 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:
		| @@ -54,9 +54,8 @@ class Button : public Container { | ||||
|   /** | ||||
|    * Override for the Input Handler | ||||
|    * @note This function is usally called by Menu::Update | ||||
|    * @param inp Reference to the Input Handler | ||||
|    */ | ||||
|   void HandleInput(Hid::Ref inp) override; | ||||
|   void HandleInput() override; | ||||
|   /** | ||||
|    * Override for the Rendering Handler | ||||
|    * @note This function is usally called by Menu::Update | ||||
|   | ||||
		Reference in New Issue
	
	Block a user