MouseCursor

Represents a mouse cursor (aka the mouse pointer, the image seen on screen that indicates where the mouse is pointing). See GenericCursor.

class MouseCursor {
int osId;
bool isStockCursor;
version(Windows)
HCURSOR cursor_;
version(!Windows)
static if(UsingSimpledisplayX11)
Cursor cursor_;
version(!Windows)
static if(UsingSimpledisplayX11)
int xDisplaySequence;
}
Suggestion Box / Bug Report