# 0.3.2
Implement Path render API into drawlist Add some new drawing functions (need to make Rectangle -> RectFilled Add Menu Border ReSetup the Menu Input and Rendering API to fix flickering when moving
This commit is contained in:
		| @@ -71,6 +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) | ||||
|   bool ShowMenuBorder = true; | ||||
|   bool ShowFrameBorder = false; // not implemented yet | ||||
|   float OverScrollMod = 0.15f; | ||||
|   u64 DoubleClickTime = 500;  // Milliseconds | ||||
|   std::vector<std::pair<UI7::ID, DrawList::Ref>> DrawListRegestry; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user