Text Input Caret (#500)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user