| 16567 | } |
| 16568 | |
| 16569 | void 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 | |
| 16591 | void ImGuiPlatformIO::ClearRendererHandlers() |
| 16592 | { |
no outgoing calls
no test coverage detected