Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/tools/
Daubinator_viewer.cpp341 return ImGui::IsRootWindowOrAnyChildFocused() && has_ctrl_key(key); in window_has_ctrl_key()
/external/mesa3d/src/imgui/
Dimgui.h1504 …static inline bool IsRootWindowOrAnyChildFocused() { return IsWindowFocused(ImGuiFocusedFla… in IsRootWindowOrAnyChildFocused() function