Searched defs:ImGuiWindowTempData (Results 1 – 1 of 1) sorted by relevance
1050 struct IMGUI_API ImGuiWindowTempData struct1052 ImVec2 CursorPos;1053 ImVec2 CursorPosPrevLine;1054 ImVec2 CursorStartPos; // Initial position in client area with padding1055 …ontents, always growing during the frame. Turned into window->SizeContents at the beginning of nex…1056 ImVec2 CurrentLineSize;1057 float CurrentLineTextBaseOffset;1058 ImVec2 PrevLineSize;1059 float PrevLineTextBaseOffset;1060 float LogLinePosY;[all …]