Cur

Wraps a X cursor.

struct Cur {
Cursor cursor;
Display* dpy;
}

Constructors

this
this(Display* dpy, CursorFont shape)

Ctor constructing a Cursor with a given display object.

Meta