ImGuiPlatformIO_destroy function

void ImGuiPlatformIO_destroy(
  1. Pointer<ImGuiPlatformIO> self
)
void ImGuiPlatformIO_destroy(
 ImGuiPlatformIO* self
);

Implementation

void ImGuiPlatformIO_destroy(Pointer<ImGuiPlatformIO> self) =>
    _ImGuiPlatformIO_destroy(self);