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

Function stb_textedit_paste

KBotExt/imgui/imstb_textedit.h:1385–1388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1383#endif
1384
1385static int stb_textedit_paste(STB_TEXTEDIT_STRING* str, STB_TexteditState* state, STB_TEXTEDIT_CHARTYPE const* ctext, int len)
1386{
1387 return stb_textedit_paste_internal(str, state, (STB_TEXTEDIT_CHARTYPE*)ctext, len);
1388}
1389
1390#if defined(__GNUC__) || defined(__clang__)
1391#pragma GCC diagnostic pop

Callers 1

InputTextExMethod · 0.85

Calls 1

Tested by

no test coverage detected