Window

Window.

High-level interface to GLFWWindow.

Constructors

this
this(WindowSettings settings, GLContextSettings contextSettings)

Window constructor.

Members

Functions

dispose
void dispose()

Window destructor.

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