DeviceOrientationEvent

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

_parent

Members

Functions

absolute
bool absolute()
Undocumented in source. Be warned that the author may not have intended to support it.
alpha
Optional!(double) alpha()
Undocumented in source. Be warned that the author may not have intended to support it.
beta
Optional!(double) beta()
Undocumented in source. Be warned that the author may not have intended to support it.
gamma
Optional!(double) gamma()
Undocumented in source. Be warned that the author may not have intended to support it.
initDeviceOrientationEvent
void initDeviceOrientationEvent(string type, bool canBubble, bool cancelable, Optional!(T3) alpha, Optional!(T4) beta, Optional!(T5) gamma, bool absolute)
Undocumented in source. Be warned that the author may not have intended to support it.
initDeviceOrientationEvent
void initDeviceOrientationEvent(string type, bool canBubble, bool cancelable, Optional!(T3) alpha, Optional!(T4) beta, Optional!(T5) gamma)
Undocumented in source. Be warned that the author may not have intended to support it.
initDeviceOrientationEvent
void initDeviceOrientationEvent(string type, bool canBubble, bool cancelable, Optional!(T3) alpha, Optional!(T4) beta)
Undocumented in source. Be warned that the author may not have intended to support it.
initDeviceOrientationEvent
void initDeviceOrientationEvent(string type, bool canBubble, bool cancelable, Optional!(T3) alpha)
Undocumented in source. Be warned that the author may not have intended to support it.
initDeviceOrientationEvent
void initDeviceOrientationEvent(string type, bool canBubble, bool cancelable)
Undocumented in source. Be warned that the author may not have intended to support it.
initDeviceOrientationEvent
void initDeviceOrientationEvent(string type, bool canBubble)
Undocumented in source. Be warned that the author may not have intended to support it.
initDeviceOrientationEvent
void initDeviceOrientationEvent(string type)
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