This commit is contained in:
NoryiE
2025-02-25 22:29:26 +00:00
parent 85c4742de3
commit 87306ab5cf
3 changed files with 5 additions and 4 deletions

View File

@@ -75,7 +75,7 @@ Calls a event on all children
### Returns
* `boolean` `handled` Whether the event was handled
* `table` `child?` The child that handled the event
* `table?` `child` The child that handled the event
## Container:clear()
Clears the container

View File

@@ -21,6 +21,6 @@ This is the frame class. It serves as a grouping container for other elements.
|[Frame:init](#Frame:init)|Frame|Initializes the Frame instance
|[Frame:mouse_click](#Frame:mouse_click)|boolean|Handles mouse click events
|[Frame:mouse_drag](#Frame:mouse_drag)|boolean|Handles mouse drag events
|[Frame:mouse_release](#Frame:mouse_release)|boolean|Handles mouse release events
|[Frame:mouse_up](#Frame:mouse_up)|boolean|Handles mouse release events

View File

@@ -20,6 +20,7 @@ cursor movement, text manipulation, placeholder text, and input validation.
|Method|Returns|Description|
|---|---|---|
|[Input:setCursor](#Input:setCursor)|-|
|[Input:updateViewport](#Input:updateViewport)|Input|Updates the input's viewport
@@ -27,14 +28,14 @@ cursor movement, text manipulation, placeholder text, and input validation.
|Method|Returns|Description|
|---|---|---|
|[Input:blur](#Input:blur)|-|Handles blur events
|[Input:char](#Input:char)|boolean|Handles char events
|[Input:focus](#Input:focus)|-|Handles focus events
|[Input:init](#Input:init)|Input|Initializes the Input instance
|[Input:key](#Input:key)|boolean|Handles key events
|[Input:mouse_click](#Input:mouse_click)|boolean|Handles mouse click events
|[Input:render](#Input:render)|-|Renders the input element
## Input:setCursor()
## Input:updateViewport()
Updates the input's viewport