Searched defs:ImVec2 (Results 1 – 3 of 3) sorted by relevance
165 struct ImVec2 struct168 ImVec2() { x = y = 0.0f; } in ImVec2() function169 ImVec2(float _x, float _y) { x = _x; y = _y; } in ImVec2() argument1507 …static inline bool IsPosHoveringAnyWindow(const ImVec2&) { IM_ASSERT(0); return false; } // This … in IsPosHoveringAnyWindow()
168 struct ImVec2 struct171 ImVec2() { x = y = 0.0f; } in ImVec2() argument172 ImVec2(float _x, float _y) { x = _x; y = _y; } in ImVec2() function1514 …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() function263 ImVec2(float _x, float _y) { x = _x; y = _y; } in ImVec2() function