MeshLib C++ Docs
Loading...
Searching...
No Matches
ImGui::SavedWindowPosParams Struct Reference

Parameters drawing classic ImGui::Begin with loading / saving window position. More...

#include <ImGuiHelpers.h>

Public Attributes

ImVec2 size = { -1, -1 }
 window size
 
const ImVec2 * pos = 0
 (optional) preliminary window position
 
ImGuiWindowFlags flags = 0
 

Detailed Description

Parameters drawing classic ImGui::Begin with loading / saving window position.

Member Data Documentation

◆ flags

ImGuiWindowFlags ImGui::SavedWindowPosParams::flags = 0

◆ pos

const ImVec2* ImGui::SavedWindowPosParams::pos = 0

(optional) preliminary window position

◆ size

ImVec2 ImGui::SavedWindowPosParams::size = { -1, -1 }

window size


The documentation for this struct was generated from the following file: