spasm v0.2.0-beta.8 (2020-09-12T08:27:15Z)
Dub
Repo
MouseEvent
spasm
event
Undocumented in source.
@
safe
nothrow
struct
MouseEvent {
mixin
IntProperty
!(
"x"
)
;
mixin
IntProperty
!(
"y"
)
;
mixin
IntProperty
!(
"offsetX"
)
;
mixin
IntProperty
!(
"offsetY"
)
;
}
Members
Mixins
__anonymous
mixin
IntProperty
!(
"x"
)
Undocumented in source.
__anonymous
mixin
IntProperty
!(
"y"
)
Undocumented in source.
__anonymous
mixin
IntProperty
!(
"offsetX"
)
Undocumented in source.
__anonymous
mixin
IntProperty
!(
"offsetY"
)
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