| 586 | } |
| 587 | |
| 588 | void TextFieldTTF::appendString(std::string_view text) |
| 589 | { |
| 590 | insertText(text.data(), text.length()); |
| 591 | } |
| 592 | |
| 593 | void TextFieldTTF::makeStringSupportCursor(std::string& displayText) |
| 594 | { |
nothing calls this directly
no test coverage detected