License

Copyright 2016 Google Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

 http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Type Parameters

Hierarchy

Constructors

Properties

curTapNumTouches: number = 0
disposedStacks: any
eventMap: EventMap
moved: boolean = false
numPriorTaps: number = 0
pinched: boolean = false
prevAngle: number = 0

Initial angle for two-finger touch. Once the difference between this ange the current angle exceeds rotateThreshold, touchrotate events are dispatched.

prevCenterX: number = 0
prevCenterY: number = 0
prevDistance: number = 0

Initial distance for two-finger touch. Once the difference between this ange the current distance exceeds pinchThreshold, touchpinich events are dispatched.

prevEvent?: TouchEvent
prevTouches: Map<number, Touch> = ...
priorTapNumTouches: number = 0
refCount: number = 1
rotated: boolean = false
startHold: DebouncedFunc<((event: TouchEvent, eventPhase: number, centerX: number, centerY: number) => void)> = ...
tapEndTime: number = 0
tapStartTime: number = 0
target: HTMLElement
translated: boolean = false
wasDisposed: undefined | boolean

Methods

Generated using TypeDoc