API / geotoolkit3d / tool / devicesupport / AbstractDeviceSupport / AbstractDeviceSupport
devicesupport.AbstractDeviceSupport.AbstractDeviceSupport
Type Aliases
Ƭ CustomEvent: Object
| Name | Type | Description |
|---|---|---|
plotX | number | The pointer X coordinate in the plot |
plotXs | number[] | The previous pointer X coordinates in the plot |
plotY | number | The pointer Y coordinate in the plot |
plotYs | number[] | The previous pointer Y coordinates in the plot |
windowVisibility? | string | - |
Ƭ CustomPointerEvent: PointerEvent & CustomEvent
Ƭ CustomTouchEvent: TouchEvent & CustomEvent
Ƭ 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: Object
The options
| Name | Type | Description |
|---|---|---|
domelement? | HTMLElement | The div element in which the canvas will be created and added. |
plot? | Plot | The plot using this devicesupport |
target? | AbstractTool | The tool to notify when an event occurs |
Ƭ OptionsBaseOut: Required<Options>