From 65e93f9985a3765106efa03cce2df10acfd74a4d Mon Sep 17 00:00:00 2001 From: NoryiE Date: Thu, 13 Mar 2025 19:46:53 +0000 Subject: [PATCH] deploy: 414703d18a03c4af04aed5ae0e63d4d67a44a47b --- docs/references/elements/Display.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/references/elements/Display.md diff --git a/docs/references/elements/Display.md b/docs/references/elements/Display.md new file mode 100644 index 0000000..34a12d2 --- /dev/null +++ b/docs/references/elements/Display.md @@ -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() + +