Window

Window.

High-level interface to GLFWWindow.

Constructors

this
this(string title, GraphicsSettings graphicsSettings)

Window constructor.

Destructor

~this
~this()

Window destructor.

Members

Functions

hideCursor
void hideCursor()

Hides cursor.

pollEvents
void pollEvents()

Polls window events.

setCursor
void setCursor(Cursor cursor)

Sets window cursor.

Properties

glfwWindow
GLFWwindow* glfwWindow [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta