PointerEvent class - dart:html library (original) (raw)

Inheritance

Annotations

Constructors

PointerEvent(String type, [Map? eventInitDict])

factory

Properties

altKeybool

no setterinherited

bubblesbool?

no setterinherited

buttonint

no setterinherited

buttonsint?

no setterinherited

cancelablebool?

no setterinherited

clientPoint<num>

no setterinherited

composedbool?

no setterinherited

ctrlKeybool

no setterinherited

currentTargetEventTarget?

no setterinherited

dataTransferDataTransfer

no setterinherited

defaultPreventedbool

no setterinherited

detailint?

no setterinherited

eventPhaseint

no setterinherited

fromElementNode?

The nonstandard way to access the element that the mouse comes from in the case of a mouseover event.

no setterinherited

hashCodeint

The hash code for this object.

no setterinherited

heightnum?

no setter

isPrimarybool?

no setter

isTrustedbool?

no setterinherited

layerPoint<num>

no setterinherited

matchingTargetElement

A pointer to the element whose CSS selector matched within which an event was fired. If this Event was not associated with any Event delegation, accessing this value will throw an UnsupportedError.

no setterinherited

metaKeybool

no setterinherited

movementPoint<num>

no setterinherited

offsetPoint<num>

The coordinates of the mouse pointer in target node coordinates.

no setterinherited

pagePoint<num>

no setterinherited

pathList<EventTarget>

no setterinherited

pointerIdint?

no setter

pointerTypeString?

no setter

pressurenum?

no setter

regionString?

no setterinherited

relatedTargetEventTarget?

no setterinherited

runtimeTypeType

A representation of the runtime type of the object.

no setterinherited

screenPoint<num>

no setterinherited

shiftKeybool

no setterinherited

sourceCapabilitiesInputDeviceCapabilities?

no setterinherited

tangentialPressurenum?

no setter

targetEventTarget?

no setterinherited

tiltXint?

no setter

tiltYint?

no setter

timeStampnum?

no setterinherited

toElementNode?

The nonstandard way to access the element that the mouse goes to in the case of a mouseout event.

no setterinherited

twistint?

no setter

typeString

no setterinherited

viewWindowBase?

no setterinherited

widthnum?

no setter

Methods

composedPath()→ List<EventTarget>

inherited

getCoalescedEvents()→ List<PointerEvent>

getModifierState(String keyArg)→ bool

inherited

noSuchMethod(Invocation invocation)→ dynamic

Invoked when a nonexistent method or property is accessed.

inherited

preventDefault()→ void

inherited

stopImmediatePropagation()→ void

inherited

stopPropagation()→ void

inherited

toString()→ String

A string representation of this object.

inherited

Operators

operator ==(Object other)→ bool

The equality operator.

inherited

Static Properties

supportedbool

PointerEvent used for both touch and mouse. To check if touch is supported call the property TouchEvent.supported

no setter