PointerEvent class - dart:html library (original) (raw)
Inheritance
- Object
- Event
- UIEvent
- MouseEvent
- PointerEvent
Annotations
- @Native("PointerEvent")
Constructors
PointerEvent.new(String type, [Map? eventInitDict])
factory
Properties
no setterinherited
no setterinherited
no setterinherited
no setterinherited
cancelable → bool?
no setterinherited
no setterinherited
no setterinherited
no setterinherited
no setterinherited
no setterinherited
no setterinherited
no setterinherited
no setterinherited
fromElement → Node?
The nonstandard way to access the element that the mouse comes from in the case of a mouseover
event.
no setterinherited
The hash code for this object.
no setterinherited
no setter
no setter
no setterinherited
no setterinherited
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
no setterinherited
no setterinherited
The coordinates of the mouse pointer in target node coordinates.
no setterinherited
no setterinherited
path → List<EventTarget>
no setterinherited
no setter
no setter
no setter
no setterinherited
no setterinherited
A representation of the runtime type of the object.
no setterinherited
no setterinherited
no setterinherited
sourceCapabilities → InputDeviceCapabilities?
no setterinherited
no setter
no setterinherited
no setter
no setter
no setterinherited
The nonstandard way to access the element that the mouse goes to in the case of a mouseout
event.
no setterinherited
no setter
no setterinherited
view → WindowBase?
no setterinherited
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
A string representation of this object.
inherited
Operators
operator ==(Object other)→ bool
The equality operator.
inherited
Static Properties
PointerEvent used for both touch and mouse. To check if touch is supported call the property TouchEvent.supported
no setter