self:focus
Client
Focuses the webview, directing keyboard input to it
Syntax
local status = self:focus()Parameters
| No parameters are accepted by this function |
|---|
Returns
| Type | Name | Description |
|---|---|---|
bool | status | true on successful execution, false otherwise |
Examples
local entity = core.webview.create()
entity:focus()