- MainViewport
ImGuiViewport* MainViewport;
 Undocumented in source.
- Monitors
ImVector_ImGuiPlatformMonitor Monitors;
 Undocumented in source.
- Platform_CreateVkSurface
int function(ImGuiViewport*, ulong, const(void)*, ulong*) Platform_CreateVkSurface;
 Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Platform_CreateWindow
void function(ImGuiViewport*) Platform_CreateWindow;
 Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Platform_DestroyWindow
void function(ImGuiViewport*) Platform_DestroyWindow;
 Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Platform_GetWindowDpiScale
float function(ImGuiViewport*) Platform_GetWindowDpiScale;
 Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Platform_GetWindowFocus
bool function(ImGuiViewport*) Platform_GetWindowFocus;
 Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Platform_GetWindowMinimized
bool function(ImGuiViewport*) Platform_GetWindowMinimized;
 Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Platform_GetWindowPos
ImVec2 function(ImGuiViewport*) Platform_GetWindowPos;
 Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Platform_GetWindowSize
ImVec2 function(ImGuiViewport*) Platform_GetWindowSize;
 Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Platform_OnChangedViewport
void function(ImGuiViewport*) Platform_OnChangedViewport;
 Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Platform_RenderWindow
void function(ImGuiViewport*, void*) Platform_RenderWindow;
 Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Platform_SetImeInputPos
void function(ImGuiViewport*, ImVec2) Platform_SetImeInputPos;
 Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Platform_SetWindowAlpha
void function(ImGuiViewport*, float) Platform_SetWindowAlpha;
 Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Platform_SetWindowFocus
void function(ImGuiViewport*) Platform_SetWindowFocus;
 Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Platform_SetWindowPos
void function(ImGuiViewport*, ImVec2) Platform_SetWindowPos;
 Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Platform_SetWindowSize
void function(ImGuiViewport*, ImVec2) Platform_SetWindowSize;
 Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Platform_SetWindowTitle
void function(ImGuiViewport*, const(char)*) Platform_SetWindowTitle;
 Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Platform_ShowWindow
void function(ImGuiViewport*) Platform_ShowWindow;
 Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Platform_SwapBuffers
void function(ImGuiViewport*, void*) Platform_SwapBuffers;
 Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Platform_UpdateWindow
void function(ImGuiViewport*) Platform_UpdateWindow;
 Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Renderer_CreateWindow
void function(ImGuiViewport*) Renderer_CreateWindow;
 Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Renderer_DestroyWindow
void function(ImGuiViewport*) Renderer_DestroyWindow;
 Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Renderer_RenderWindow
void function(ImGuiViewport*, void*) Renderer_RenderWindow;
 Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Renderer_SetWindowSize
void function(ImGuiViewport*, ImVec2) Renderer_SetWindowSize;
 Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Renderer_SwapBuffers
void function(ImGuiViewport*, void*) Renderer_SwapBuffers;
 Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Viewports
ImVector_ImGuiViewportPtr Viewports;
 Undocumented in source.