interface CursorDescriptor {
    url: string;
    x?: number;
    y?: number;
}

Properties

Properties

url: string

The URL of the cursor image. Must be no larger than 128x128. 32x32 is recommended.

x?: number

The X co-ordinate of the cursor hotspot.

y?: number

The Y co-ordinate of the cursor hotspot.