PointerEventInit

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

_parent

Members

Functions

coalescedEvents
void coalescedEvents(Sequence!(PointerEvent) coalescedEvents)
Undocumented in source. Be warned that the author may not have intended to support it.
coalescedEvents
auto coalescedEvents()
Undocumented in source. Be warned that the author may not have intended to support it.
height
void height(int height)
Undocumented in source. Be warned that the author may not have intended to support it.
height
int height()
Undocumented in source. Be warned that the author may not have intended to support it.
isPrimary
void isPrimary(bool isPrimary)
Undocumented in source. Be warned that the author may not have intended to support it.
isPrimary
bool isPrimary()
Undocumented in source. Be warned that the author may not have intended to support it.
pointerId
void pointerId(int pointerId)
Undocumented in source. Be warned that the author may not have intended to support it.
pointerId
int pointerId()
Undocumented in source. Be warned that the author may not have intended to support it.
pointerType
void pointerType(string pointerType)
Undocumented in source. Be warned that the author may not have intended to support it.
pointerType
string pointerType()
Undocumented in source. Be warned that the author may not have intended to support it.
pressure
void pressure(float pressure)
Undocumented in source. Be warned that the author may not have intended to support it.
pressure
float pressure()
Undocumented in source. Be warned that the author may not have intended to support it.
tangentialPressure
void tangentialPressure(float tangentialPressure)
Undocumented in source. Be warned that the author may not have intended to support it.
tangentialPressure
float tangentialPressure()
Undocumented in source. Be warned that the author may not have intended to support it.
tiltX
void tiltX(int tiltX)
Undocumented in source. Be warned that the author may not have intended to support it.
tiltX
int tiltX()
Undocumented in source. Be warned that the author may not have intended to support it.
tiltY
void tiltY(int tiltY)
Undocumented in source. Be warned that the author may not have intended to support it.
tiltY
int tiltY()
Undocumented in source. Be warned that the author may not have intended to support it.
twist
void twist(int twist)
Undocumented in source. Be warned that the author may not have intended to support it.
twist
int twist()
Undocumented in source. Be warned that the author may not have intended to support it.
width
void width(int width)
Undocumented in source. Be warned that the author may not have intended to support it.
width
int width()
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
libwasm.bindings.MouseEvent.MouseEventInit _parent;
Undocumented in source.

Meta