# 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:
		| @@ -37,7 +37,7 @@ SOFTWARE. | ||||
|  *         Major Minor Patch Build | ||||
|  * 0x01010000 -> 1.1.0-0 | ||||
|  */ | ||||
| #define UI7_VERSION 0x00030000 | ||||
| #define UI7_VERSION 0x00030100 | ||||
|  | ||||
| namespace PD { | ||||
| namespace UI7 { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user