Cursor

An object of cursor image. You can access standard cursor without creating instance.

Constructors

this
this(CursorShape shape)

Destructor

~this
~this()

Members

Functions

dispose
void dispose()

Deletes glfw cursor.

Mixins

__anonymous
mixin StandardCursors
Undocumented in source.

Properties

disposed
disposed [@property getter]

Checks if the cursor is disposed.

ptr
ptr [@property getter]

Pointer to glfw cursor.

Variables

_ptr
GLFWcursor* _ptr;
Undocumented in source.

Examples

setCursor( Cursor.IBeam );

Meta