This commit is contained in:
NoryiE
2025-10-30 08:24:17 +00:00
parent 42624f0a8a
commit e05e05423a
5 changed files with 246 additions and 9 deletions

View File

@@ -1,11 +1,5 @@
# Display
_A specialized element that provides direct access to ComputerCraft's Window API. _
_It acts as a canvas where you can use standard CC terminal operations, making it ideal for:_
_- Integration with existing CC programs and APIs_
_- Custom drawing operations_
_- Terminal emulation_
_- Complex text manipulation_
_The Display maintains its own terminal buffer and can be manipulated using familiar CC terminal methods._
_A specialized element that provides direct access to ComputerCraft's Window API. It acts as a canvas where you can use standard CC terminal operations._
Extends: `VisualElement`