mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-11-04 07:01:04 +01:00 
			
		
		
		
	Merge branch 'master' into viewport
# Conflicts: # examples/imgui_impl_dx11.cpp # examples/imgui_impl_glfw.cpp # examples/imgui_impl_sdl.cpp # imgui.cpp
This commit is contained in:
		@@ -1104,6 +1104,7 @@ public:
 | 
			
		||||
    ImGuiID     GetID(const char* str, const char* str_end = NULL);
 | 
			
		||||
    ImGuiID     GetID(const void* ptr);
 | 
			
		||||
    ImGuiID     GetIDNoKeepAlive(const char* str, const char* str_end = NULL);
 | 
			
		||||
    ImGuiID     GetIDNoKeepAlive(const void* ptr);
 | 
			
		||||
    ImGuiID     GetIDFromRectangle(const ImRect& r_abs);
 | 
			
		||||
 | 
			
		||||
    // We don't use g.FontSize because the window may be != g.CurrentWidow.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user