ImGuiViewport

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Members

Variables

DpiScale
float DpiScale;
Undocumented in source.
DrawData
ImDrawData* DrawData;
Undocumented in source.
Flags
int Flags;
Undocumented in source.
ID
uint ID;
Undocumented in source.
ParentViewportId
uint ParentViewportId;
Undocumented in source.
PlatformHandle
void* PlatformHandle;
Undocumented in source.
PlatformHandleRaw
void* PlatformHandleRaw;
Undocumented in source.
PlatformRequestClose
bool PlatformRequestClose;
Undocumented in source.
PlatformRequestMove
bool PlatformRequestMove;
Undocumented in source.
PlatformRequestResize
bool PlatformRequestResize;
Undocumented in source.
PlatformUserData
void* PlatformUserData;
Undocumented in source.
Pos
ImVec2 Pos;
Undocumented in source.
RendererUserData
void* RendererUserData;
Undocumented in source.
Size
ImVec2 Size;
Undocumented in source.
WorkPos
ImVec2 WorkPos;
Undocumented in source.
WorkSize
ImVec2 WorkSize;
Undocumented in source.

Meta