ecspresso
Preparing search index...
plugins/input
InputState
Interface InputState<A>
interface
InputState
<
A
extends
string
=
string
>
{
actions
:
ActionState
<
A
>
;
keyboard
:
KeyboardState
;
pointer
:
PointerState
;
getActionMap
()
:
Readonly
<
ActionMap
<
A
>
>
;
setActionMap
(
actions
:
ActionMap
<
A
>
)
:
void
;
}
Type Parameters
A
extends
string
=
string
Index
Properties
actions
keyboard
pointer
Methods
get
Action
Map
set
Action
Map
Properties
Readonly
actions
actions
:
ActionState
<
A
>
Readonly
keyboard
keyboard
:
KeyboardState
Readonly
pointer
pointer
:
PointerState
Methods
get
Action
Map
getActionMap
()
:
Readonly
<
ActionMap
<
A
>
>
Returns
Readonly
<
ActionMap
<
A
>
>
set
Action
Map
setActionMap
(
actions
:
ActionMap
<
A
>
)
:
void
Parameters
actions
:
ActionMap
<
A
>
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
actions
keyboard
pointer
Methods
get
Action
Map
set
Action
Map
ecspresso
Loading...