Closed
Description
Hi, i get problem when i tried subtract two ImVec2.
i saw a source that this operator work, but i think that somethings has ben changed, since the code that i using as base use old version of imgui.
ImVec2 center = ImVec2(pos1.x + screen.x / 2, pos1.y + screen.y / 2); ImGui::GetWindowDrawList()->AddCircleFilled(center + ImVec2(x_1, y_1), 2, ImColor(255, 0, 0));
Metadata
Metadata
Assignees
Labels
No labels