issues
search
Syncaidius
/
MoltenEngine
A spare-time C# .NET 8 game engine project. Cross-platform, multi-threaded.
MIT License
301
stars
20
forks
source link
UI Element - Multi-line text-box/block
#75
Open
Syncaidius
opened
2 years ago
Syncaidius
commented
2 years ago
Features:
[ ] Text entry/typing via keyboard
[ ] parse entered modified/entered text via
UITextParser
[ ] Backspace/delete key support
[ ] Caret navigation via keys
[x] Left key
[x] Right key
[ ] Up key
[ ] Down key
[x] Home key - go to start of line
[x] End key - go to end of current line
[ ] Page up
[ ] Page down
[ ] Insert key toggle support - Overwrite or no-overwrite modes
[ ] Cut, copy and paste
[ ] Delete selected text when typing begins
[ ] Find/Replace functionality
Features:
UITextParser