added abstract GUI manager

moved textboxes specific functionality to their class
This commit is contained in:
devZoGok
2023-08-13 12:12:25 +03:00
parent a2472c8929
commit 576350502b
5 changed files with 316 additions and 4 deletions
+3
View File
@@ -68,6 +68,9 @@ namespace vb01Gui{
lastBlinkTime = getTime();
cursorNode->setVisible(canShowCursor);
}
if(deleteCharacters && canDeleteChar())
deleteCharacter();
}
}