This commit is contained in:
NoryiE
2025-02-26 09:20:14 +00:00
parent c4542091ba
commit e2c2197613
3 changed files with 39 additions and 32 deletions

View File

@@ -18,6 +18,9 @@ This is the base frame class. It is the root element of all elements and the onl
|Method|Returns|Description|
|---|---|---|
|[BaseFrame:char](#BaseFrame:char)|-|
|[BaseFrame:key](#BaseFrame:key)|-|
|[BaseFrame:key_up](#BaseFrame:key_up)|-|
|[BaseFrame:setCursor](#BaseFrame:setCursor)|-|Sets the cursor position
@@ -34,6 +37,12 @@ This is the base frame class. It is the root element of all elements and the onl
|[BaseFrame:textBg](#BaseFrame:textBg)|-|Renders a text with a background color to the render Object
|[BaseFrame:textFg](#BaseFrame:textFg)|-|Renders a text with a foreground color to the render Object
## BaseFrame:char()
## BaseFrame:key()
## BaseFrame:key_up()
## BaseFrame:setCursor(x, y, blink)
Sets the cursor position