• Function Cursor.this
  • Function Cursor.this
  • Function Cursor.this

Function Cursor.this

Creates basic arrow cursor

Prototype

this();

Function Cursor.this

Creates cursor with standard shape.

Prototype

this(
  int shape
);

See Also

http://www.glfw.org/docs/latest/group__shapes.html

Function Cursor.this

Creates cursor with non-standard shape.

Prototype

this(
  const(GLFWimage)* img,
  int xhot,
  int yhot
);