mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-11-03 22:51:06 +01:00 
			
		
		
		
	Nav: Remove GetItemID(), hide ActivateItem() before this feature is unfinished and has issue (full feature is on hold). Undo part of 59c6f35bf6 (#787)
				
					
				
			This commit is contained in:
		@@ -6965,12 +6965,6 @@ void ImGui::ActivateItem(ImGuiID id)
 | 
			
		||||
    g.NavNextActivateId = id;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
ImGuiID ImGui::GetItemID()
 | 
			
		||||
{
 | 
			
		||||
    ImGuiContext& g = *GImGui;
 | 
			
		||||
    return g.CurrentWindow->DC.LastItemId;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void ImGui::SetKeyboardFocusHere(int offset)
 | 
			
		||||
{
 | 
			
		||||
    IM_ASSERT(offset >= -1);    // -1 is allowed but not below
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user