UIEvent

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

_parent

Members

Functions

detail
int detail()
Undocumented in source. Be warned that the author may not have intended to support it.
initUIEvent
void initUIEvent(string aType, bool aCanBubble, bool aCancelable, Optional!(T3) aView, int aDetail)
Undocumented in source. Be warned that the author may not have intended to support it.
initUIEvent
void initUIEvent(string aType, bool aCanBubble, bool aCancelable, Optional!(T3) aView)
Undocumented in source. Be warned that the author may not have intended to support it.
initUIEvent
void initUIEvent(string aType, bool aCanBubble, bool aCancelable)
Undocumented in source. Be warned that the author may not have intended to support it.
initUIEvent
void initUIEvent(string aType, bool aCanBubble)
Undocumented in source. Be warned that the author may not have intended to support it.
initUIEvent
void initUIEvent(string aType)
Undocumented in source. Be warned that the author may not have intended to support it.
layerX
int layerX()
Undocumented in source. Be warned that the author may not have intended to support it.
layerY
int layerY()
Undocumented in source. Be warned that the author may not have intended to support it.
pageX
int pageX()
Undocumented in source. Be warned that the author may not have intended to support it.
pageY
int pageY()
Undocumented in source. Be warned that the author may not have intended to support it.
rangeOffset
int rangeOffset()
Undocumented in source. Be warned that the author may not have intended to support it.
rangeParent
auto rangeParent()
Undocumented in source. Be warned that the author may not have intended to support it.
view
auto view()
Undocumented in source. Be warned that the author may not have intended to support it.
which
uint which()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

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

Meta