Add Keyboard input and enter support for text editor.

This commit is contained in:
James Grogan 2022-11-17 13:13:01 +00:00
parent cf9bace272
commit 9301769d58
23 changed files with 315 additions and 121 deletions

View file

@ -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();