Last updated

API / geotoolkit3d / tool / AbstractGestureTool / AbstractGestureTool

Namespace: AbstractGestureTool

tool.AbstractGestureTool.AbstractGestureTool

Table of contents

Type Aliases

Contents

Type Aliases

MovePointerEvent

Ƭ MovePointerEvent: CustomPointerEvent & { distanceX: number ; distanceY: number }


Options

Ƭ Options: Options & { armingkey?: null | number | string ; doubletapdelay?: number ; dragbutton?: number ; dragtouchcount?: number ; pinchbutton?: number ; pinchtouchcount?: number ; radius?: number ; slidebutton?: number ; slidetouchcount?: number }

The options


OptionsOut

Ƭ OptionsOut: Required<Options>