spasm v0.2.0-beta.8 (2020-09-12T08:27:15Z)
Dub
Repo
CompositionEventInit
spasm
bindings
uievents
Undocumented in source.
@
safe
nothrow
struct
CompositionEventInit {
nothrow
spasm
.
bindings
.
uievents
.
UIEventInit
_parent
;
this
(Handle h);
static
auto
create
();
void
data
(string data);
auto
data
();
}
Constructors
this
this
(Handle h)
Undocumented in source.
Alias This
_parent
Members
Functions
data
void
data
(string data)
Undocumented in source. Be warned that the author may not have intended to support it.
data
auto
data
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
create
auto
create
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_parent
spasm
.
bindings
.
uievents
.
UIEventInit
_parent
;
Undocumented in source.
Meta
Source
See Implementation
spasm
bindings
uievents
functions
CompositionEventInit_data_Get
CompositionEventInit_data_Set
CompositionEvent_data_Get
EventModifierInit_altKey_Get
EventModifierInit_altKey_Set
EventModifierInit_ctrlKey_Get
EventModifierInit_ctrlKey_Set
EventModifierInit_metaKey_Get
EventModifierInit_metaKey_Set
EventModifierInit_modifierAltGraph_Get
EventModifierInit_modifierAltGraph_Set
EventModifierInit_modifierCapsLock_Get
EventModifierInit_modifierCapsLock_Set
EventModifierInit_modifierFnLock_Get
EventModifierInit_modifierFnLock_Set
EventModifierInit_modifierFn_Get
EventModifierInit_modifierFn_Set
EventModifierInit_modifierHyper_Get
EventModifierInit_modifierHyper_Set
EventModifierInit_modifierNumLock_Get
EventModifierInit_modifierNumLock_Set
EventModifierInit_modifierScrollLock_Get
EventModifierInit_modifierScrollLock_Set
EventModifierInit_modifierSuper_Get
EventModifierInit_modifierSuper_Set
EventModifierInit_modifierSymbolLock_Get
EventModifierInit_modifierSymbolLock_Set
EventModifierInit_modifierSymbol_Get
EventModifierInit_modifierSymbol_Set
EventModifierInit_shiftKey_Get
EventModifierInit_shiftKey_Set
FocusEventInit_relatedTarget_Get
FocusEventInit_relatedTarget_Set
FocusEvent_relatedTarget_Get
InputEventInit_data_Get
InputEventInit_data_Set
InputEventInit_inputType_Get
InputEventInit_inputType_Set
InputEventInit_isComposing_Get
InputEventInit_isComposing_Set
InputEvent_data_Get
InputEvent_inputType_Get
InputEvent_isComposing_Get
KeyboardEventInit_code_Get
KeyboardEventInit_code_Set
KeyboardEventInit_isComposing_Get
KeyboardEventInit_isComposing_Set
KeyboardEventInit_key_Get
KeyboardEventInit_key_Set
KeyboardEventInit_location_Get
KeyboardEventInit_location_Set
KeyboardEventInit_repeat_Get
KeyboardEventInit_repeat_Set
KeyboardEvent_altKey_Get
KeyboardEvent_charCode_Get
KeyboardEvent_code_Get
KeyboardEvent_ctrlKey_Get
KeyboardEvent_getModifierState
KeyboardEvent_isComposing_Get
KeyboardEvent_keyCode_Get
KeyboardEvent_key_Get
KeyboardEvent_location_Get
KeyboardEvent_metaKey_Get
KeyboardEvent_repeat_Get
KeyboardEvent_shiftKey_Get
MouseEventInit_button_Get
MouseEventInit_button_Set
MouseEventInit_buttons_Get
MouseEventInit_buttons_Set
MouseEventInit_clientX_Get
MouseEventInit_clientX_Set
MouseEventInit_clientY_Get
MouseEventInit_clientY_Set
MouseEventInit_relatedTarget_Get
MouseEventInit_relatedTarget_Set
MouseEventInit_screenX_Get
MouseEventInit_screenX_Set
MouseEventInit_screenY_Get
MouseEventInit_screenY_Set
MouseEvent_altKey_Get
MouseEvent_button_Get
MouseEvent_buttons_Get
MouseEvent_clientX_Get
MouseEvent_clientY_Get
MouseEvent_ctrlKey_Get
MouseEvent_getModifierState
MouseEvent_metaKey_Get
MouseEvent_offsetX_Get
MouseEvent_offsetY_Get
MouseEvent_pageX_Get
MouseEvent_pageY_Get
MouseEvent_relatedTarget_Get
MouseEvent_screenX_Get
MouseEvent_screenY_Get
MouseEvent_shiftKey_Get
MouseEvent_x_Get
MouseEvent_y_Get
UIEventInit_detail_Get
UIEventInit_detail_Set
UIEventInit_view_Get
UIEventInit_view_Set
UIEvent_detail_Get
UIEvent_view_Get
UIEvent_which_Get
WheelEventInit_deltaMode_Get
WheelEventInit_deltaMode_Set
WheelEventInit_deltaX_Get
WheelEventInit_deltaX_Set
WheelEventInit_deltaY_Get
WheelEventInit_deltaY_Set
WheelEventInit_deltaZ_Get
WheelEventInit_deltaZ_Set
WheelEvent_deltaMode_Get
WheelEvent_deltaX_Get
WheelEvent_deltaY_Get
WheelEvent_deltaZ_Get
structs
CompositionEvent
CompositionEventInit
EventModifierInit
FocusEvent
FocusEventInit
InputEvent
InputEventInit
KeyboardEvent
KeyboardEventInit
MouseEvent
MouseEventInit
UIEvent
UIEventInit
WheelEvent
WheelEventInit