MCPcopy Create free account
hub / github.com/Aegel5/SimpleSwitcher / ClearPlatformHandlers

Method ClearPlatformHandlers

imgui_tiny_app/imgui/imgui.cpp:16569–16589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16567}
16568
16569void ImGuiPlatformIO::ClearPlatformHandlers()
16570{
16571 Platform_GetClipboardTextFn = NULL;
16572 Platform_SetClipboardTextFn = NULL;
16573 Platform_OpenInShellFn = NULL;
16574 Platform_SetImeDataFn = NULL;
16575 Platform_ClipboardUserData = Platform_OpenInShellUserData = Platform_ImeUserData = NULL;
16576 Platform_CreateWindow = Platform_DestroyWindow = Platform_ShowWindow = NULL;
16577 Platform_SetWindowPos = Platform_SetWindowSize = NULL;
16578 Platform_GetWindowPos = Platform_GetWindowSize = Platform_GetWindowFramebufferScale = NULL;
16579 Platform_SetWindowFocus = NULL;
16580 Platform_GetWindowFocus = Platform_GetWindowMinimized = NULL;
16581 Platform_SetWindowTitle = NULL;
16582 Platform_SetWindowAlpha = NULL;
16583 Platform_UpdateWindow = NULL;
16584 Platform_RenderWindow = Platform_SwapBuffers = NULL;
16585 Platform_GetWindowDpiScale = NULL;
16586 Platform_OnChangedViewport = NULL;
16587 Platform_GetWindowWorkAreaInsets = NULL;
16588 Platform_CreateVkSurface = NULL;
16589}
16590
16591void ImGuiPlatformIO::ClearRendererHandlers()
16592{

Callers 1

ImGui_ImplWin32_ShutdownFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected