Home
last modified time | relevance | path

Searched defs:SetNextWindowPosCenter (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/imgui/
H A Dimgui.h1511 static inline void SetNextWindowPosCenter(ImGuiCond c=0) { ImGuiIO& io = GetIO(); SetNextWindowPos(ImVec2(io.DisplaySize.x * 0.5f, io.DisplaySize.y * 0.5f), c, ImVec2(0.5f, 0.5f)); } in SetNextWindowPosCenter() function

Completed in 11 milliseconds