ImGuiInputTextCallbackData_InsertChars function

void ImGuiInputTextCallbackData_InsertChars(
  1. Pointer<Pointer<NativeType>> self,
  2. int pos,
  3. Pointer<Uint8> text,
  4. Pointer<Uint8> text_end,
)
void ImGuiInputTextCallbackData_InsertChars(
 ImGuiInputTextCallbackData* self ,
 int pos ,
 byte* text ,
 byte* text_end
);

Implementation

void ImGuiInputTextCallbackData_InsertChars(Pointer<Pointer> self, int pos,
        Pointer<Uint8> text, Pointer<Uint8> text_end) =>
    _ImGuiInputTextCallbackData_InsertChars(self, pos, text, text_end);