MCPcopy Create free account
hub / github.com/ClassiCube/ClassiCube / LInput_SetString

Function LInput_SetString

src/LWidgets.c:390–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388}
389
390void LInput_SetString(struct LInput* w, const cc_string* str) {
391 LInput_SetText(w, str);
392 if (w->TextChanged) w->TextChanged(w);
393}
394
395
396/*########################################################################################################################*

Callers 2

LInput_KeyDownFunction · 0.85

Calls 1

LInput_SetTextFunction · 0.85

Tested by

no test coverage detected