spasm v0.2.0-beta.8 (2020-09-12T08:27:15Z)
Dub
Repo
KeyboardEvent
spasm
event
Undocumented in source.
@
safe
nothrow
struct
KeyboardEvent {
mixin
BoolProperty
!(
"altKey"
)
;
mixin
StringProperty
!(
"key"
)
;
}
Members
Mixins
__anonymous
mixin
BoolProperty
!(
"altKey"
)
Undocumented in source.
__anonymous
mixin
StringProperty
!(
"key"
)
Undocumented in source.
Meta
Source
See Implementation
spasm
event
enums
eventemitter
functions
addEventListenerTyped
domEvent
emit
removeEventListenerTyped
toEventType
toTuple
mixin templates
BoolProperty
IntProperty
Slot
StringProperty
structs
Event
EventEmitter
FocusEvent
InputEvent
KeyboardEvent
MouseEvent
templates
ToEvent
toListenerType