Searched defs:ImVec2 (Results 1 – 1 of 1) sorted by relevance
168 struct ImVec2 struct171 ImVec2() { x = y = 0.0f; } in ImVec2() argument172 ImVec2(float _x, float _y) { x = _x; y = _y; } in ImVec2() argument1514 …static inline bool IsPosHoveringAnyWindow(const ImVec2&) { IM_ASSERT(0); return false; } // This … in IsPosHoveringAnyWindow()