| 388 | } |
| 389 | |
| 390 | void 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 | /*########################################################################################################################* |
no test coverage detected