SDK: Add RichTextAreaWidget (WIP)

This commit is contained in:
Lynix
2019-09-22 12:56:07 +02:00
committed by Jérôme Leclercq
parent 451b3de69c
commit 8e4df4cadc
19 changed files with 1346 additions and 859 deletions

View File

@@ -24,6 +24,7 @@ namespace Nz
namespace Ndk
{
class AbstractTextAreaWidget;
class Console;
class Entity;
class ScrollAreaWidget;
@@ -59,7 +60,7 @@ namespace Ndk
NazaraSignal(OnCommand, Console* /*console*/, const Nz::String& /*command*/);
private:
void ExecuteInput(const TextAreaWidget* textArea, bool* ignoreDefaultAction);
void ExecuteInput(const AbstractTextAreaWidget* textArea, bool* ignoreDefaultAction);
void Layout() override;
struct Line