WebUI
Summary
Methods
| Method | Returns |
|---|---|
| Init() | void |
| Show() | void |
| Hide() | void |
| BringToFront() | void |
| SendToBack() | void |
| EnableKeyboard() | void |
| EnableMouse() | void |
| DisableKeyboard() | void |
| DisableMouse() | void |
| ResetKeyboard() | void |
| ResetMouse() | void |
| ExecuteJS(script: string) | void |
| QuoteString(string: string) | string |
| GetScreenWidth() | int |
| GetScreenHeight() | int |
Methods
Init
Init()
Show
Show()
Hide
Hide()
BringToFront
BringToFront()
SendToBack
SendToBack()
EnableKeyboard
EnableKeyboard()
EnableMouse
EnableMouse()
DisableKeyboard
DisableKeyboard()
DisableMouse
DisableMouse()
ResetKeyboard
ResetKeyboard()
ResetMouse
ResetMouse()
ExecuteJS
ExecuteJS(script: string)
Parameters
| Name | Type | Description |
|---|---|---|
| script | string |
QuoteString
QuoteString(string: string): string
Parameters
| Name | Type | Description |
|---|---|---|
| string | string |
Returns
| Type | Description |
|---|---|
| string |
GetScreenWidth
GetScreenWidth(): int
Returns
| Type | Description |
|---|---|
| int |
GetScreenHeight
GetScreenHeight(): int
Returns
| Type | Description |
|---|---|
| int |
Last modified April 27, 2020: Regenerate all API documentation (0b49d6be)