Text Input Caret (#500)

This commit is contained in:
Turánszki János
2022-08-01 18:25:15 +02:00
committed by GitHub
parent cd16ece14a
commit 90fbbba9ba
17 changed files with 199 additions and 135 deletions
-4
View File
@@ -250,14 +250,10 @@ protected:
if (c == '\b')
{
if (wi::backlog::isActive())
wi::backlog::deletefromInput();
wi::gui::TextInputField::DeleteFromInput();
}
else
{
if (wi::backlog::isActive())
wi::backlog::input(c);
wi::gui::TextInputField::AddInput(c);
}