mirror of
https://github.com/ApfelTeeSaft/vb01.git
synced 2026-08-26 19:33:45 +00:00
added abstract GUI manager
moved textboxes specific functionality to their class
This commit is contained in:
@@ -68,6 +68,9 @@ namespace vb01Gui{
|
||||
lastBlinkTime = getTime();
|
||||
cursorNode->setVisible(canShowCursor);
|
||||
}
|
||||
|
||||
if(deleteCharacters && canDeleteChar())
|
||||
deleteCharacter();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user