# 0.3.1-1
- Add Deltatime usage for Overscroll as well as a config value for ids multiplier - Add Function to Layout to remove all ID Objects - Add step and precision to DragData as well as setting min and max to their type limits - Use the Address for now for the id of the DragData (cause with tree nodes opened backwars all DragData will share the same data reference) - Add a fix to MaxPosition in Layout to be actually the max Position on X axis
This commit is contained in:
		| @@ -71,7 +71,8 @@ class IO : public SmartCtor<IO> { | ||||
|   vec2 FramePadding = 5.f; | ||||
|   vec2 ItemSpace = vec2(5.f, 2.f); | ||||
|   vec2 MinSliderDragSize = 10.f;  // Min height (Vt) and Min Width (Hz) | ||||
|   u64 DoubleClickTime = 500;      // Milliseconds | ||||
|   float OverScrollMod = 0.15f; | ||||
|   u64 DoubleClickTime = 500;  // Milliseconds | ||||
|   std::vector<std::pair<UI7::ID, DrawList::Ref>> DrawListRegestry; | ||||
|   DrawList::Ref Back; | ||||
|   DrawList::Ref Front; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user