| 120 | } |
| 121 | |
| 122 | std::vector<std::string> ImGuiTextEditor::getTextLines() const |
| 123 | { |
| 124 | return pData->editor.GetTextLines(); |
| 125 | } |
| 126 | |
| 127 | std::string ImGuiTextEditor::getSelectedText() const |
| 128 | { |
nothing calls this directly
no test coverage detected