PointerEvent 类
- 继承
-
- Object
- Event
- UIEvent
- MouseEvent
- PointerEvent
- 注解
-
- @Native("PointerEvent")
构造函数
- PointerEvent(String type, [Map? eventInitDict])
-
工厂方法
属性
- altKey → bool
-
无设置器继承
- bubbles → bool?
-
无设置器继承
-
无设置器继承
-
无设置器继承
- cancelable → bool?
-
无设置器继承
-
client → Point<
num> -
无设置器继承
- composed → bool?
-
无设置器继承
- ctrlKey → bool
-
无设置器继承
- currentTarget → EventTarget?
-
无设置器继承
- dataTransfer → DataTransfer
-
无设置器继承
- defaultPrevented → bool
-
无设置器继承
- detail → int?
-
无设置器继承
- eventPhase → int
-
无设置器继承
- fromElement → Node?
- 非标准的获取鼠标光标来源元素的访问方式,在
mouseover
事件的情况下。无设置器继承 - hashCode → int
- 此对象的哈希码。无设置器继承
- height → num?
-
无设置器
- isPrimary → bool?
-
无设置器
- isTrusted → bool?
-
无设置器继承
-
layer → Point<
num> -
无设置器继承
- matchingTarget → Element
- 指针指向的元素,其在CSS选择器中匹配,并在其中引发事件。如果此事件未关联任何事件委托,访问此值将抛出UnsupportedError异常。无设置器继承
- metaKey → bool
-
无设置器继承
-
movement → Point<
num> -
无设置器继承
-
offset → Point<
num> - 鼠标指针在目标节点坐标中的坐标。无设置器继承
-
page → Point<
num> -
无设置器继承
-
path → List<
EventTarget> -
无设置器继承
- pointerId → int?
-
无设置器
- pointerType → String?
-
无设置器
- pressure → num?
-
无设置器
- region → String?
-
无设置器继承
-
无设置器继承
- runtimeType → Type
- 对象运行类型的表示。无设置器继承
-
screen → Point<
num> -
无设置器继承
- shiftKey → bool
-
无设置器继承
- sourceCapabilities → InputDeviceCapabilities?
-
无设置器继承
- tangentialPressure → num?
-
无设置器
- target → EventTarget?
-
无设置器继承
- tiltX → int?
-
无设置器
- tiltY → int?
-
无设置器
- timeStamp → num?
-
无设置器继承
- toElement → Node?
- 在
mouseout
事件中,访问鼠标移动到的元素的非常规方法。无设置器继承 - twist → int?
-
无设置器
- type → String
-
无设置器继承
- view → WindowBase?
-
无设置器继承
- width → num?
-
无设置器
方法
-
composedPath(
) → List< EventTarget> -
继承
-
getCoalescedEvents(
) → List< PointerEvent> -
getModifierState(
String keyArg) → bool -
继承
-
noSuchMethod(
Invocation invocation) → dynamic - 访问不存在的属性或方法时被调用。继承
-
preventDefault(
) → void -
继承
-
stopImmediatePropagation(
) → void -
继承
-
stopPropagation(
) → void -
继承
-
toString(
) → String - 该对象字符串表示形式。继承
操作符
-
operator ==(
Object other) → bool - 等号操作符。继承