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

Annotations

Constructors

Touch(Map initDict)

factory

Properties

clientPoint<num>

no setter

forcenum?

no setter

hashCodeint

The hash code for this object.

no setterinherited

identifierint?

no setter

pagePoint<num>

no setter

radiusXint

no setter

radiusYint

no setter

regionString?

no setter

rotationAnglenum?

no setter

runtimeTypeType

A representation of the runtime type of the object.

no setterinherited

screenPoint<num>

no setter

targetEventTarget?

no setter

Methods

noSuchMethod(Invocation invocation)→ dynamic

Invoked when a nonexistent method or property is accessed.

inherited

toString()→ String

A string representation of this object.

inherited

Operators

operator ==(Object other)→ bool

The equality operator.

inherited