This commit is contained in:
NoryiE
2025-02-26 13:51:26 +00:00
parent e2c2197613
commit 7a2a7a56b7
2 changed files with 6 additions and 18 deletions

View File

@@ -18,9 +18,6 @@ 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
@@ -29,7 +26,10 @@ This is the base frame class. It is the root element of all elements and the onl
|Method|Returns|Description|
|---|---|---|
|[BaseFrame:blit](#BaseFrame:blit)|-|Renders a text with a foreground and background color to the render Object
|[BaseFrame:char](#BaseFrame:char)|-|Handles character events
|[BaseFrame:init](#BaseFrame:init)|table|Initializes the Frame instance
|[BaseFrame:key](#BaseFrame:key)|-|Handles key events
|[BaseFrame:key_up](#BaseFrame:key_up)|-|Handles key up events
|[BaseFrame:mouse_up](#BaseFrame:mouse_up)|-|Handles mouse up events
|[BaseFrame:multiBlit](#BaseFrame:multiBlit)|-|Renders a multiBlit to the render Object
|[BaseFrame:render](#BaseFrame:render)|-|Renders the Frame
@@ -37,12 +37,6 @@ 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