MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / SetNavIDAndMoveMouse

Function SetNavIDAndMoveMouse

examples/ThirdPartyLibs/imgui/imgui.cpp:2098–2106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2096}
2097
2098static void SetNavIDAndMoveMouse(ImGuiID id, int nav_layer, const ImRect& rect_rel)
2099{
2100 ImGuiContext& g = *GImGui;
2101 SetNavID(id, nav_layer);
2102 g.NavWindow->NavRectRel[nav_layer] = rect_rel;
2103 g.NavMousePosDirty = true;
2104 g.NavDisableHighlight = false;
2105 g.NavDisableMouseHover = true;
2106}
2107
2108void ImGui::SetActiveID(ImGuiID id, ImGuiWindow* window)
2109{

Callers 3

NavRestoreLayerFunction · 0.85
NavUpdateMethod · 0.85
EndMenuBarMethod · 0.85

Calls 1

SetNavIDFunction · 0.85

Tested by

no test coverage detected