Home
last modified time | relevance | path

Searched refs:IsWindowNavFocusable (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_internal.h1330 IMGUI_API bool IsWindowNavFocusable(ImGuiWindow* window);
Dimgui.cpp6010 bool ImGui::IsWindowNavFocusable(ImGuiWindow* window) in IsWindowNavFocusable() function in ImGui
7952 if (ImGui::IsWindowNavFocusable(g.WindowsFocusOrder[i])) in FindWindowNavFocusable()
8136 if (!IsWindowNavFocusable(window)) in NavUpdateWindowingList()