Searched refs:IsRootWindowOrAnyChildFocused (Results 1 – 2 of 2) sorted by relevance
341 return ImGui::IsRootWindowOrAnyChildFocused() && has_ctrl_key(key); in window_has_ctrl_key()
1504 …static inline bool IsRootWindowOrAnyChildFocused() { return IsWindowFocused(ImGuiFocusedFla… in IsRootWindowOrAnyChildFocused() function