self:is_forward_input
Client
Retrieves whether the webview is eligible to become the global input forwarder
Syntax
local result = self:is_forward_input()Parameters
| No parameters are accepted by this function |
|---|
Returns
| Type | Name | Description |
|---|---|---|
bool | result | true if the webview is eligible to become the global input forwarder, false otherwise |
Examples
local entity = core.webview.create()
core.engine.print("info", "Webview forward input:", entity:is_forward_input())