Wrapper around GLFWcursor struct

Inherits from

  • Object (base class)

Constructors

Name Description
this Creates basic arrow cursor
this Creates cursor with standard shape.
this Creates cursor with non-standard shape.

Fields

Type Name Description
GLFWcursor* cursor

Methods

Name Description
destroy Destroys current cursor
ptr It can be used to direct access to glfw3 functions.

Aliases

Name Description
__xdtor