IcoCursor

A representation of a cursor image as found in a .cur file.

struct IcoCursor {
MemoryImage image;
int hotspotX;
int hotspotY;
}

Meta

History

Added April 21, 2023 (dub v11.0)