This commit is contained in:
NoryiE
2025-03-13 19:46:53 +00:00
parent 0dbb1cef3e
commit 65e93f9985

View File

@@ -0,0 +1,20 @@
# Display : VisualElement
The Display is a special element where you can use the window (term) API to draw on a element, useful when you need to use external APIs.
## Functions
|Method|Returns|Description|
|---|---|---|
|[Display:getWindow](#Display:getWindow)|-|
## Protected Functions
|Method|Returns|Description|
|---|---|---|
|[Display:init](#Display:init)|-|Initializes the Display instance
|[Display:render](#Display:render)|-|Renders the Display
## Display:getWindow()