This commit is contained in:
NoryiE
2025-03-14 02:52:23 +00:00
parent 65e93f9985
commit 0ccae0ca18
5 changed files with 32 additions and 15 deletions

View File

@@ -5,7 +5,7 @@ The Display is a special element where you can use the window (term) API to draw
|Method|Returns|Description|
|---|---|---|
|[Display:getWindow](#Display:getWindow)|-|
|[Display:getWindow](#Display:getWindow)|table|Returns the current window object
## Protected Functions
@@ -16,5 +16,9 @@ The Display is a special element where you can use the window (term) API to draw
|[Display:render](#Display:render)|-|Renders the Display
## Display:getWindow()
Returns the current window object
### Returns
* `table` `window` The current window object