Control.SafeCursor

Undocumented in source.
class Control
package static
class SafeCursor : Cursor {}

Constructors

this
this(HCURSOR hcur)
Undocumented in source.

Members

Functions

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

Inherited Members

From Cursor

~this
~this()
Undocumented in source.
dispose
void dispose()
current
Cursor current [@property setter]
Cursor current [@property getter]
clip
Rect clip [@property setter]
Rect clip [@property getter]
handle
HCURSOR handle [@property getter]
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.
hide
void hide()
show
void show()

Show/hide the current mouse cursor; reference counted.

position
Point position [@property setter]
Point position [@property getter]

The position of the current mouse cursor.

Meta