コード例 #1
0
ファイル: lua_io.cpp プロジェクト: yi-juchung/lanarts
static void textfield_clear(TextField& textfield) {
	textfield.clear();
}
コード例 #2
0
ファイル: DemoState.cpp プロジェクト: Sypanite/GUI-Framework
void DemoState::onReturn(TextField& textField, const std::string& text) {
	demoChatbox->pushMessage("Player", text);
	textField.clear();
}