spasm v0.2.0-beta.8 (2020-09-12T08:27:15Z)
Dub
Repo
TouchList
spasm
bindings
touchevents
Undocumented in source.
@
safe
nothrow
struct
TouchList {
nothrow
JsHandle
handle
;
this
(Handle h);
auto
length
();
auto
item
(uint index);
}
Constructors
this
this
(Handle h)
Undocumented in source.
Alias This
handle
Members
Functions
item
auto
item
(uint index)
Undocumented in source. Be warned that the author may not have intended to support it.
length
auto
length
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
handle
JsHandle
handle
;
Undocumented in source.
Meta
Source
See Implementation
spasm
bindings
touchevents
enums
TouchType
functions
TouchEventInit_changedTouches_Get
TouchEventInit_changedTouches_Set
TouchEventInit_targetTouches_Get
TouchEventInit_targetTouches_Set
TouchEventInit_touches_Get
TouchEventInit_touches_Set
TouchEvent_altKey_Get
TouchEvent_changedTouches_Get
TouchEvent_ctrlKey_Get
TouchEvent_metaKey_Get
TouchEvent_shiftKey_Get
TouchEvent_targetTouches_Get
TouchEvent_touches_Get
TouchInit_altitudeAngle_Get
TouchInit_altitudeAngle_Set
TouchInit_azimuthAngle_Get
TouchInit_azimuthAngle_Set
TouchInit_clientX_Get
TouchInit_clientX_Set
TouchInit_clientY_Get
TouchInit_clientY_Set
TouchInit_force_Get
TouchInit_force_Set
TouchInit_identifier_Get
TouchInit_identifier_Set
TouchInit_pageX_Get
TouchInit_pageX_Set
TouchInit_pageY_Get
TouchInit_pageY_Set
TouchInit_radiusX_Get
TouchInit_radiusX_Set
TouchInit_radiusY_Get
TouchInit_radiusY_Set
TouchInit_rotationAngle_Get
TouchInit_rotationAngle_Set
TouchInit_screenX_Get
TouchInit_screenX_Set
TouchInit_screenY_Get
TouchInit_screenY_Set
TouchInit_target_Get
TouchInit_target_Set
TouchInit_touchType_Get
TouchInit_touchType_Set
TouchList_item_getter
TouchList_length_Get
Touch_altitudeAngle_Get
Touch_azimuthAngle_Get
Touch_clientX_Get
Touch_clientY_Get
Touch_force_Get
Touch_identifier_Get
Touch_pageX_Get
Touch_pageY_Get
Touch_radiusX_Get
Touch_radiusY_Get
Touch_rotationAngle_Get
Touch_screenX_Get
Touch_screenY_Get
Touch_target_Get
Touch_touchType_Get
structs
Touch
TouchEvent
TouchEventInit
TouchInit
TouchList