Header menu logo fable-electron-docs-api

IOnCursorChanged Type

Emitted when the cursor's type changes. The type parameter can be pointer, crosshair, hand, text, wait, help, e-resize, n-resize, ne-resize, nw-resize, s-resize, se-resize, sw-resize, w-resize, ns-resize, ew-resize, nesw-resize, nwse-resize, col-resize, row-resize, m-panning, m-panning-vertical, m-panning-horizontal, e-panning, n-panning, ne-panning, nw-panning, s-panning, se-panning, sw-panning, w-panning, move, vertical-text, cell, context-menu, alias, progress, nodrop, copy, none, not-allowed, zoom-in, zoom-out, grab, grabbing, custom, null, drag-drop-none, drag-drop-move, drag-drop-copy, drag-drop-link, ns-no-resize, ew-no-resize, nesw-no-resize, nwse-no-resize, or default.If the type parameter is custom, the image parameter will hold the custom cursor image in a NativeImage, and scale, size and hotspot will hold additional information about the custom cursor.

Instance members

Instance member Description

this.event

Full Usage: this.event

Modifiers: abstract

this.hotspot

Full Usage: this.hotspot

Modifiers: abstract

coordinates of the custom cursor's hotspot.

this.image

Full Usage: this.image

Modifiers: abstract

this.scale

Full Usage: this.scale

Modifiers: abstract

scaling factor for the custom cursor.

this.size

Full Usage: this.size

Modifiers: abstract

the size of the image.

this.type

Full Usage: this.type

Modifiers: abstract

Type something to start searching.