Cursor

Undocumented in source.

Constructors

this
this(HCURSOR hcur, bool owned)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
draw
void draw(Graphics g, Point pt)
Undocumented in source. Be warned that the author may not have intended to support it.
drawStretched
void drawStretched(Graphics g, Rect r)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
Dequ opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
Dequ opEquals(Cursor cur)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

clip
Rect clip [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
clip
Rect clip [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
current
Cursor current [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
current
Cursor current [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
handle
HCURSOR handle [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
position
Point position [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
position
Point position [@property setter]

The position of the current mouse cursor.

Static functions

hide
void hide()

Show/hide the current mouse cursor; reference counted.

show
void show()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta