Sdk/Console: Add input processing back

This commit is contained in:
Lynix
2017-01-20 20:40:16 +01:00
parent 0257f4be3c
commit 2baaaaa554
2 changed files with 21 additions and 6 deletions

View File

@@ -57,8 +57,7 @@ namespace Ndk
Console& operator=(Console&& console) = default;
private:
void AddLineInternal(const Nz::String& text, const Nz::Color& color = Nz::Color::White);
void ExecuteInput();
void ExecuteInput(const TextAreaWidget* textArea, bool* ignoreDefaultAction);
void Layout() override;
struct Line