Searched refs:mouse_pos (Results 1 – 3 of 3) sorted by relevance
39 const ImVec2 mouse_pos = ImGui::GetMousePos(); in DrawAllocation() local64 hovered = _Hovered(mouse_pos, window_hovered, alloc_tl, alloc_br); in DrawAllocation()77 hovered = _Hovered(mouse_pos, window_hovered, const_tl, const_br); in DrawAllocation()
655 IMGUI_API bool IsMousePosValid(const ImVec2* mouse_pos = NULL); //
4153 bool ImGui::IsMousePosValid(const ImVec2* mouse_pos) in IsMousePosValid() argument4159 ImVec2 p = mouse_pos ? *mouse_pos : GImGui->IO.MousePos; in IsMousePosValid()