ImGuiInputTextCallbackData_destroy function

void ImGuiInputTextCallbackData_destroy(
  1. Pointer<Pointer<NativeType>> self
)
void ImGuiInputTextCallbackData_destroy(
 ImGuiInputTextCallbackData* self
);

Implementation

void ImGuiInputTextCallbackData_destroy(Pointer<Pointer> self) =>
    _ImGuiInputTextCallbackData_destroy(self);