Add Keyboard input and enter support for text editor.
This commit is contained in:
parent
cf9bace272
commit
9301769d58
23 changed files with 315 additions and 121 deletions
|
@ -25,6 +25,7 @@ void TextEditorView::Initialize()
|
|||
label->setMargin(1);
|
||||
|
||||
auto textBox = TextBox::Create();
|
||||
textBox->setName("Text Box");
|
||||
mTextBox = textBox.get();
|
||||
|
||||
auto saveButton = Button::Create();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue