mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-31 05:01:05 +01:00 
			
		
		
		
	Exposed Scrollbar() in imgui_internal.h and removed a bool arg
This commit is contained in:
		| @@ -890,6 +890,7 @@ namespace ImGui | ||||
|  | ||||
|     IMGUI_API int           CalcTypematicPressedRepeatAmount(float t, float t_prev, float repeat_delay, float repeat_rate); | ||||
|  | ||||
|     IMGUI_API void          Scrollbar(ImGuiLayoutType direction); | ||||
|     IMGUI_API void          VerticalSeparator();        // Vertical separator, for menu bars (use current line height). not exposed because it is misleading what it doesn't have an effect on regular layout. | ||||
|  | ||||
|     // FIXME-WIP: New Columns API | ||||
|   | ||||
		Reference in New Issue
	
	Block a user