Searched defs:ImVec2 (Results 1 – 2 of 2) sorted by relevance
168 struct ImVec2 struct171 ImVec2() { x = y = 0.0f; } in ImVec2() function172 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()
259 struct ImVec2 struct262 ImVec2() { x = y = 0.0f; } in ImVec2() argument263 ImVec2(float _x, float _y) { x = _x; y = _y; } in ImVec2() function