platformer - v1.0.0
Preparing search index...
components/ui/KeyInput
KeyInputProps
Interface KeyInputProps
Props for
KeyInput
.
interface
KeyInputProps
{
onChange
:
(
key
:
string
)
=>
void
;
value
:
string
;
}
Index
Properties
on
Change
value
Properties
on
Change
onChange
:
(
key
:
string
)
=>
void
Callback invoked when a new key is selected.
value
value
:
string
Currently assigned key value.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
on
Change
value
platformer - v1.0.0
Loading...
Props for KeyInput.