Widgets/TextAreaWidget: Add support for double/triple click selection

This commit is contained in:
Jérôme Leclercq
2021-11-30 12:39:53 +01:00
parent e73489e958
commit 86071eae88
6 changed files with 95 additions and 4 deletions

View File

@@ -171,14 +171,22 @@ namespace Nz
void RichTextAreaWidget::HandleIndentation(bool add)
{
// TODO
}
void RichTextAreaWidget::HandleSelectionIndentation(bool add)
{
// TODO
}
void RichTextAreaWidget::HandleWordCursorMove(bool left)
{
// TODO
}
void RichTextAreaWidget::HandleWordSelection(const Vector2ui& position)
{
// TODO
}
void RichTextAreaWidget::PasteFromClipboard(const Vector2ui& targetPosition)