Searched refs:oDragDelta (Results 1 – 1 of 1) sorted by relevance
132 const ImVec2 oDragDelta = ImVec2(oMousePos.x - s_oPieMenuContext.m_oCenter.x, in EndPiePopup() local135 oDragDelta.x * oDragDelta.x + oDragDelta.y * oDragDelta.y; in EndPiePopup()160 float drag_angle = atan2f(oDragDelta.y, oDragDelta.x); in EndPiePopup()