TouchEvent

Undocumented in source.
@safe nothrow
struct TouchEvent {}

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

_parent

Members

Functions

altKey
bool altKey()
Undocumented in source. Be warned that the author may not have intended to support it.
changedTouches
auto changedTouches()
Undocumented in source. Be warned that the author may not have intended to support it.
ctrlKey
bool ctrlKey()
Undocumented in source. Be warned that the author may not have intended to support it.
initTouchEvent
void initTouchEvent(string type, bool canBubble, bool cancelable, Optional!(T3) view, int detail, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, Optional!(T9) touches, Optional!(T10) targetTouches, Optional!(T11) changedTouches)
Undocumented in source. Be warned that the author may not have intended to support it.
initTouchEvent
void initTouchEvent(string type, bool canBubble, bool cancelable, Optional!(T3) view, int detail, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, Optional!(T9) touches, Optional!(T10) targetTouches)
Undocumented in source. Be warned that the author may not have intended to support it.
initTouchEvent
void initTouchEvent(string type, bool canBubble, bool cancelable, Optional!(T3) view, int detail, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, Optional!(T9) touches)
Undocumented in source. Be warned that the author may not have intended to support it.
initTouchEvent
void initTouchEvent(string type, bool canBubble, bool cancelable, Optional!(T3) view, int detail, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
Undocumented in source. Be warned that the author may not have intended to support it.
initTouchEvent
void initTouchEvent(string type, bool canBubble, bool cancelable, Optional!(T3) view, int detail, bool ctrlKey, bool altKey, bool shiftKey)
Undocumented in source. Be warned that the author may not have intended to support it.
initTouchEvent
void initTouchEvent(string type, bool canBubble, bool cancelable, Optional!(T3) view, int detail, bool ctrlKey, bool altKey)
Undocumented in source. Be warned that the author may not have intended to support it.
initTouchEvent
void initTouchEvent(string type, bool canBubble, bool cancelable, Optional!(T3) view, int detail, bool ctrlKey)
Undocumented in source. Be warned that the author may not have intended to support it.
initTouchEvent
void initTouchEvent(string type, bool canBubble, bool cancelable, Optional!(T3) view, int detail)
Undocumented in source. Be warned that the author may not have intended to support it.
initTouchEvent
void initTouchEvent(string type, bool canBubble, bool cancelable, Optional!(T3) view)
Undocumented in source. Be warned that the author may not have intended to support it.
initTouchEvent
void initTouchEvent(string type, bool canBubble, bool cancelable)
Undocumented in source. Be warned that the author may not have intended to support it.
initTouchEvent
void initTouchEvent(string type, bool canBubble)
Undocumented in source. Be warned that the author may not have intended to support it.
initTouchEvent
void initTouchEvent(string type)
Undocumented in source. Be warned that the author may not have intended to support it.
metaKey
bool metaKey()
Undocumented in source. Be warned that the author may not have intended to support it.
shiftKey
bool shiftKey()
Undocumented in source. Be warned that the author may not have intended to support it.
targetTouches
auto targetTouches()
Undocumented in source. Be warned that the author may not have intended to support it.
touches
auto touches()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_parent
libwasm.bindings.UIEvent.UIEvent _parent;
Undocumented in source.

Meta