mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-30 04:31:06 +01:00 
			
		
		
		
	Merged from Navigation branch. TAB/Alt-TAB processing now deactivate if holding Ctrl.
This commit is contained in:
		| @@ -756,7 +756,7 @@ namespace ImGui | ||||
|     IMGUI_API bool          ItemAdd(const ImRect& bb, const ImGuiID* id); | ||||
|     IMGUI_API bool          IsClippedEx(const ImRect& bb, const ImGuiID* id, bool clip_even_when_logged); | ||||
|     IMGUI_API bool          IsHovered(const ImRect& bb, ImGuiID id, bool flatten_childs = false); | ||||
|     IMGUI_API bool          FocusableItemRegister(ImGuiWindow* window, bool is_active, bool tab_stop = true);      // Return true if focus is requested | ||||
|     IMGUI_API bool          FocusableItemRegister(ImGuiWindow* window, ImGuiID id, bool tab_stop = true);      // Return true if focus is requested | ||||
|     IMGUI_API void          FocusableItemUnregister(ImGuiWindow* window); | ||||
|     IMGUI_API ImVec2        CalcItemSize(ImVec2 size, float default_x, float default_y); | ||||
|     IMGUI_API float         CalcWrapWidthForPos(const ImVec2& pos, float wrap_pos_x); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user