MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / stb_text_makeundo_insert

Function stb_text_makeundo_insert

KBotExt/imgui/imstb_textedit.h:1331–1334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1329}
1330
1331static void stb_text_makeundo_insert(STB_TexteditState* state, int where, int length)
1332{
1333 stb_text_createundo(&state->undostate, where, 0, length);
1334}
1335
1336static void stb_text_makeundo_delete(STB_TEXTEDIT_STRING* str, STB_TexteditState* state, int where, int length)
1337{

Callers 2

stb_textedit_keyFunction · 0.85

Calls 1

stb_text_createundoFunction · 0.85

Tested by

no test coverage detected