| 384 | } |
| 385 | |
| 386 | void TextInputNode::setString(std::string_view str) |
| 387 | { |
| 388 | _textField->setString(str); |
| 389 | updateDisplayedLabel(); |
| 390 | } |
| 391 | |
| 392 | void TextInputNode::setDelegate(TextInputDelegate* delegate) |
| 393 | { |
no outgoing calls
no test coverage detected