- Monitors
ImVector_ImGuiPlatformMonitor Monitors;
Undocumented in source.
- Platform_CreateVkSurface
int function(ImGuiViewport*, ulong, const(void)*, ulong*) Platform_CreateVkSurface;
Undocumented in source.
- Platform_CreateWindow
void function(ImGuiViewport*) Platform_CreateWindow;
Undocumented in source.
- Platform_DestroyWindow
void function(ImGuiViewport*) Platform_DestroyWindow;
Undocumented in source.
- Platform_GetWindowDpiScale
float function(ImGuiViewport*) Platform_GetWindowDpiScale;
Undocumented in source.
- Platform_GetWindowFocus
bool function(ImGuiViewport*) Platform_GetWindowFocus;
Undocumented in source.
- Platform_GetWindowMinimized
bool function(ImGuiViewport*) Platform_GetWindowMinimized;
Undocumented in source.
- Platform_GetWindowPos
ImVec2 function(ImGuiViewport*) Platform_GetWindowPos;
Undocumented in source.
- Platform_GetWindowSize
ImVec2 function(ImGuiViewport*) Platform_GetWindowSize;
Undocumented in source.
- Platform_OnChangedViewport
void function(ImGuiViewport*) Platform_OnChangedViewport;
Undocumented in source.
- Platform_RenderWindow
void function(ImGuiViewport*, void*) Platform_RenderWindow;
Undocumented in source.
- Platform_SetImeInputPos
void function(ImGuiViewport*, ImVec2) Platform_SetImeInputPos;
Undocumented in source.
- Platform_SetWindowAlpha
void function(ImGuiViewport*, float) Platform_SetWindowAlpha;
Undocumented in source.
- Platform_SetWindowFocus
void function(ImGuiViewport*) Platform_SetWindowFocus;
Undocumented in source.
- Platform_SetWindowPos
void function(ImGuiViewport*, ImVec2) Platform_SetWindowPos;
Undocumented in source.
- Platform_SetWindowSize
void function(ImGuiViewport*, ImVec2) Platform_SetWindowSize;
Undocumented in source.
- Platform_SetWindowTitle
void function(ImGuiViewport*, const(char)*) Platform_SetWindowTitle;
Undocumented in source.
- Platform_ShowWindow
void function(ImGuiViewport*) Platform_ShowWindow;
Undocumented in source.
- Platform_SwapBuffers
void function(ImGuiViewport*, void*) Platform_SwapBuffers;
Undocumented in source.
- Platform_UpdateWindow
void function(ImGuiViewport*) Platform_UpdateWindow;
Undocumented in source.
- Renderer_CreateWindow
void function(ImGuiViewport*) Renderer_CreateWindow;
Undocumented in source.
- Renderer_DestroyWindow
void function(ImGuiViewport*) Renderer_DestroyWindow;
Undocumented in source.
- Renderer_RenderWindow
void function(ImGuiViewport*, void*) Renderer_RenderWindow;
Undocumented in source.
- Renderer_SetWindowSize
void function(ImGuiViewport*, ImVec2) Renderer_SetWindowSize;
Undocumented in source.
- Renderer_SwapBuffers
void function(ImGuiViewport*, void*) Renderer_SwapBuffers;
Undocumented in source.
- Viewports
ImVector_ImGuiViewportPtr Viewports;
Undocumented in source.