Home
last modified time | relevance | path

Searched defs:ImVec2 (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui.h168 struct ImVec2 struct
171 ImVec2() { x = y = 0.0f; } in ImVec2() argument
172 ImVec2(float _x, float _y) { x = _x; y = _y; } in ImVec2() argument
1514 …static inline bool IsPosHoveringAnyWindow(const ImVec2&) { IM_ASSERT(0); return false; } // This … in IsPosHoveringAnyWindow()