Searched refs:IsRootWindowOrAnyChildFocused (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Daubinator_viewer.cpp343 return ImGui::IsRootWindowOrAnyChildFocused() && has_ctrl_key(key);
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Daubinator_viewer.cpp341 return ImGui::IsRootWindowOrAnyChildFocused() && has_ctrl_key(key);
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h1504 static inline bool IsRootWindowOrAnyChildFocused() { return IsWindowFocused(ImGuiFocusedFlags_RootAndChildWindows); } function in namespace:ImGui
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h1504 static inline bool IsRootWindowOrAnyChildFocused() { return IsWindowFocused(ImGuiFocusedFlags_RootAndChildWindows); } function in namespace:ImGui

Completed in 20 milliseconds