Cursor

Constructors

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

Destructor

~this
~this()
Undocumented in source.

Members

Functions

dispose
void dispose()
draw
void draw(Graphics g, Point pt)
drawStretched
void drawStretched(Graphics g, Rect r)
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]
Rect clip [@property getter]
current
Cursor current [@property setter]
Cursor current [@property getter]
handle
HCURSOR handle [@property getter]
position
Point position [@property getter]

The position of the current mouse cursor.

position
Point position [@property setter]

The position of the current mouse cursor.

Static functions

hide
void hide()
show
void show()

Show/hide the current mouse cursor; reference counted.

Meta