ImGuiSizeCallbackData

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
extern (C++)
struct ImGuiSizeCallbackData {}

Members

Variables

CurrentSize
ImVec2 CurrentSize;
Undocumented in source.
DesiredSize
ImVec2 DesiredSize;
Undocumented in source.
Pos
ImVec2 Pos;
Undocumented in source.
UserData
void* UserData;
Undocumented in source.

Meta