ImGuiInputTextCallbackData_DeleteChars function

void ImGuiInputTextCallbackData_DeleteChars(
  1. Pointer<Pointer<NativeType>> self,
  2. int pos,
  3. int bytes_count
)
void ImGuiInputTextCallbackData_DeleteChars(
 ImGuiInputTextCallbackData* self ,
 int pos ,
 int bytes_count
);

Implementation

void ImGuiInputTextCallbackData_DeleteChars(
        Pointer<Pointer> self, int pos, int bytes_count) =>
    _ImGuiInputTextCallbackData_DeleteChars(self, pos, bytes_count);