diff --git a/docs/references/elements/Container.md b/docs/references/elements/Container.md index 6cc8e00..1a6aaf6 100644 --- a/docs/references/elements/Container.md +++ b/docs/references/elements/Container.md @@ -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 diff --git a/docs/references/elements/Frame.md b/docs/references/elements/Frame.md index 85fae66..21e07e7 100644 --- a/docs/references/elements/Frame.md +++ b/docs/references/elements/Frame.md @@ -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 diff --git a/docs/references/elements/Input.md b/docs/references/elements/Input.md index ff97e96..8c149d7 100644 --- a/docs/references/elements/Input.md +++ b/docs/references/elements/Input.md @@ -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