Searched refs:ImGuiNavLayer_Menu (Results 1 – 3 of 3) sorted by relevance
459 ImGuiNavLayer_Menu = 1, // Menu layer (access with Alt/ImGuiNavInput_Menu) enumerator
5371 window->DC.NavLayerCurrent = ImGuiNavLayer_Menu; in Begin()5372 window->DC.NavLayerCurrentMask = (1 << ImGuiNavLayer_Menu); in Begin()8081 if (apply_focus_window->DC.NavLayerActiveMask == (1 << ImGuiNavLayer_Menu)) in NavUpdateWindowing()8082 g.NavLayer = ImGuiNavLayer_Menu; in NavUpdateWindowing()8104 …NavRestoreLayer((g.NavWindow->DC.NavLayerActiveMask & (1 << ImGuiNavLayer_Menu)) ? (ImGuiNavLayer)… in NavUpdateWindowing()
5542 window->DC.NavLayerCurrent = ImGuiNavLayer_Menu; in BeginMenuBar()5543 window->DC.NavLayerCurrentMask = (1 << ImGuiNavLayer_Menu); in BeginMenuBar()5569 g.NavLayer = ImGuiNavLayer_Menu; in EndMenuBar()