ImGuiPlatformIO

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 ImGuiPlatformIO {}

Members

Variables

Monitors
ImVector!(ImGuiPlatformMonitor) Monitors;
Undocumented in source.
Platform_CreateVkSurface
int function(ImGuiViewport* vp, ImU64 vk_inst, const void* vk_allocators, ImU64* out_vk_surface) Platform_CreateVkSurface;
Undocumented in source.
Platform_CreateWindow
void function(ImGuiViewport* vp) Platform_CreateWindow;
Undocumented in source.
Platform_DestroyWindow
void function(ImGuiViewport* vp) Platform_DestroyWindow;
Undocumented in source.
Platform_GetWindowDpiScale
float function(ImGuiViewport* vp) Platform_GetWindowDpiScale;
Undocumented in source.
Platform_GetWindowFocus
bool function(ImGuiViewport* vp) Platform_GetWindowFocus;
Undocumented in source.
Platform_GetWindowMinimized
bool function(ImGuiViewport* vp) Platform_GetWindowMinimized;
Undocumented in source.
Platform_GetWindowPos
ImVec2 function(ImGuiViewport* vp) Platform_GetWindowPos;
Undocumented in source.
Platform_GetWindowSize
ImVec2 function(ImGuiViewport* vp) Platform_GetWindowSize;
Undocumented in source.
Platform_OnChangedViewport
void function(ImGuiViewport* vp) Platform_OnChangedViewport;
Undocumented in source.
Platform_RenderWindow
void function(ImGuiViewport* vp, void* render_arg) Platform_RenderWindow;
Undocumented in source.
Platform_SetImeInputPos
void function(ImGuiViewport* vp, ImVec2 pos) Platform_SetImeInputPos;
Undocumented in source.
Platform_SetWindowAlpha
void function(ImGuiViewport* vp, float alpha) Platform_SetWindowAlpha;
Undocumented in source.
Platform_SetWindowFocus
void function(ImGuiViewport* vp) Platform_SetWindowFocus;
Undocumented in source.
Platform_SetWindowPos
void function(ImGuiViewport* vp, ImVec2 pos) Platform_SetWindowPos;
Undocumented in source.
Platform_SetWindowSize
void function(ImGuiViewport* vp, ImVec2 size) Platform_SetWindowSize;
Undocumented in source.
Platform_SetWindowTitle
void function(ImGuiViewport* vp, const(char)* str) Platform_SetWindowTitle;
Undocumented in source.
Platform_ShowWindow
void function(ImGuiViewport* vp) Platform_ShowWindow;
Undocumented in source.
Platform_SwapBuffers
void function(ImGuiViewport* vp, void* render_arg) Platform_SwapBuffers;
Undocumented in source.
Platform_UpdateWindow
void function(ImGuiViewport* vp) Platform_UpdateWindow;
Undocumented in source.
Renderer_CreateWindow
void function(ImGuiViewport* vp) Renderer_CreateWindow;
Undocumented in source.
Renderer_DestroyWindow
void function(ImGuiViewport* vp) Renderer_DestroyWindow;
Undocumented in source.
Renderer_RenderWindow
void function(ImGuiViewport* vp, void* render_arg) Renderer_RenderWindow;
Undocumented in source.
Renderer_SetWindowSize
void function(ImGuiViewport* vp, ImVec2 size) Renderer_SetWindowSize;
Undocumented in source.
Renderer_SwapBuffers
void function(ImGuiViewport* vp, void* render_arg) Renderer_SwapBuffers;
Undocumented in source.
Viewports
ImVector!(ImGuiViewport*) Viewports;
Undocumented in source.

Meta