static void textfield_clear(TextField& textfield) { textfield.clear(); }
void DemoState::onReturn(TextField& textField, const std::string& text) { demoChatbox->pushMessage("Player", text); textField.clear(); }