Last updated

API / geotoolkit3d / tool / devicesupport / AbstractDeviceSupport / AbstractDeviceSupport

Namespace: AbstractDeviceSupport

devicesupport.AbstractDeviceSupport.AbstractDeviceSupport

Table of contents

Type Aliases

Contents

Type Aliases

CustomEvent

Ƭ CustomEvent: Object

Type declaration

NameTypeDescription
plotXnumberThe pointer X coordinate in the plot
plotXsnumber[]The previous pointer X coordinates in the plot
plotYnumberThe pointer Y coordinate in the plot
plotYsnumber[]The previous pointer Y coordinates in the plot
windowVisibility?string-

CustomPointerEvent

Ƭ CustomPointerEvent: PointerEvent & CustomEvent


CustomTouchEvent

Ƭ CustomTouchEvent: TouchEvent & CustomEvent


EventMap

Ƭ EventMap: EventMap & { onContext: PointerEvent ; onDoubleClick: PointerEvent ; onKeyDown: KeyboardEvent ; onKeyUp: KeyboardEvent ; onMouseDown: PointerEvent ; onMouseMove: PointerEvent ; onMouseOut: PointerEvent ; onMouseUp: PointerEvent ; onMouseWheel: WheelEvent ; onTouchEnd: PointerEvent | CustomTouchEvent ; onTouchMove: PointerEvent | CustomTouchEvent ; onTouchStart: PointerEvent | CustomTouchEvent ; onVisibilityChanged?: Event }


Options

Ƭ Options: Object

The options

Type declaration

NameTypeDescription
domelement?HTMLElementThe div element in which the canvas will be created and added.
plot?PlotThe plot using this devicesupport
target?AbstractToolThe tool to notify when an event occurs

OptionsBaseOut

Ƭ OptionsBaseOut: Required<Options>