Preparing search index...
The search index is not available
Documentation
Documentation
@nut-tree/nut-js
KeyboardInputEvents
Type alias KeyboardInputEvents
Keyboard
Input
Events
:
{
keyDown
:
(
(
event
)
=>
void
)
;
keyUp
:
(
(
event
)
=>
void
)
;
}
Type declaration
key
Down
:
(
(
event
)
=>
void
)
(
event
)
:
void
Parameters
event
:
KeyDownEvent
Returns
void
key
Up
:
(
(
event
)
=>
void
)
(
event
)
:
void
Parameters
event
:
KeyUpEvent
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Documentation
@nut-tree
nut-js
provider-interfaces
shared
Generated using
TypeDoc