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