ShowInputHelper
function ShowInputHelper(guid: string, w: number, h: number, isKeyboardTake: boolean): void
Description
Shows the input helper.
Parameters
- guid
string
A string value which specifies a plugin identifier which must be of the asc.{UUID} type.
- w
number
A number which specifies the window width measured in millimeters.
- h
number
A number which specifies the window height measured in millimeters.
- isKeyboardTake
boolean
Defines if the keyboard is caught (true) or not (alse).
Returns
void