deploy: 5fdf01bcfe
This commit is contained in:
@@ -75,7 +75,7 @@ Calls a event on all children
|
|||||||
|
|
||||||
### Returns
|
### Returns
|
||||||
* `boolean` `handled` Whether the event was handled
|
* `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()
|
## Container:clear()
|
||||||
Clears the container
|
Clears the container
|
||||||
|
|||||||
@@ -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:init](#Frame:init)|Frame|Initializes the Frame instance
|
||||||
|[Frame:mouse_click](#Frame:mouse_click)|boolean|Handles mouse click events
|
|[Frame:mouse_click](#Frame:mouse_click)|boolean|Handles mouse click events
|
||||||
|[Frame:mouse_drag](#Frame:mouse_drag)|boolean|Handles mouse drag 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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ cursor movement, text manipulation, placeholder text, and input validation.
|
|||||||
|
|
||||||
|Method|Returns|Description|
|
|Method|Returns|Description|
|
||||||
|---|---|---|
|
|---|---|---|
|
||||||
|
|[Input:setCursor](#Input:setCursor)|-|
|
||||||
|[Input:updateViewport](#Input:updateViewport)|Input|Updates the input's viewport
|
|[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|
|
|Method|Returns|Description|
|
||||||
|---|---|---|
|
|---|---|---|
|
||||||
|[Input:blur](#Input:blur)|-|Handles blur events
|
|
||||||
|[Input:char](#Input:char)|boolean|Handles char 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:init](#Input:init)|Input|Initializes the Input instance
|
||||||
|[Input:key](#Input:key)|boolean|Handles key events
|
|[Input:key](#Input:key)|boolean|Handles key events
|
||||||
|[Input:mouse_click](#Input:mouse_click)|boolean|Handles mouse click events
|
|[Input:mouse_click](#Input:mouse_click)|boolean|Handles mouse click events
|
||||||
|[Input:render](#Input:render)|-|Renders the input element
|
|[Input:render](#Input:render)|-|Renders the input element
|
||||||
|
|
||||||
|
## Input:setCursor()
|
||||||
|
|
||||||
## Input:updateViewport()
|
## Input:updateViewport()
|
||||||
Updates the input's viewport
|
Updates the input's viewport
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user