mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-11-04 07:01:04 +01:00 
			
		
		
		
	Internals: Exposed NavScoreItemGetQuadrant() as ImGetDirQuadrantFromDelta() in imgui_internal.h
This commit is contained in:
		@@ -127,6 +127,7 @@ IMGUI_API ImVec2        ImLineClosestPoint(const ImVec2& a, const ImVec2& b, con
 | 
			
		||||
IMGUI_API bool          ImTriangleContainsPoint(const ImVec2& a, const ImVec2& b, const ImVec2& c, const ImVec2& p);
 | 
			
		||||
IMGUI_API ImVec2        ImTriangleClosestPoint(const ImVec2& a, const ImVec2& b, const ImVec2& c, const ImVec2& p);
 | 
			
		||||
IMGUI_API void          ImTriangleBarycentricCoords(const ImVec2& a, const ImVec2& b, const ImVec2& c, const ImVec2& p, float& out_u, float& out_v, float& out_w);
 | 
			
		||||
IMGUI_API ImGuiDir      ImGetDirQuadrantFromDelta(float dx, float dy);
 | 
			
		||||
 | 
			
		||||
// Helpers: String
 | 
			
		||||
IMGUI_API int           ImStricmp(const char* str1, const char* str2);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user