Web Engine Canvas
Preparing search index...
IInputController
Interface IInputController
interface
IInputController
{
add
(
inputName
:
string
,
inputType
:
IInputType
)
:
void
;
clear
()
:
void
;
destroy
()
:
void
;
get
<
T
extends
IInputType
>
(
inputName
:
string
)
:
undefined
|
T
;
refresh
()
:
void
;
remove
(
inputName
:
string
)
:
void
;
}
Hierarchy (
View Summary
)
IRefreshable
IDestroyable
IInputController
Implemented by
InputController
Index
Methods
add
clear
destroy
get
refresh
remove
Methods
add
add
(
inputName
:
string
,
inputType
:
IInputType
)
:
void
Parameters
inputName
:
string
inputType
:
IInputType
Returns
void
clear
clear
()
:
void
Returns
void
destroy
destroy
()
:
void
Returns
void
get
get
<
T
extends
IInputType
>
(
inputName
:
string
)
:
undefined
|
T
Type Parameters
T
extends
IInputType
Parameters
inputName
:
string
Returns
undefined
|
T
refresh
refresh
()
:
void
Returns
void
remove
remove
(
inputName
:
string
)
:
void
Parameters
inputName
:
string
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
add
clear
destroy
get
refresh
remove
Web Engine Canvas
Loading...