glfwDefaultWindowHints

Resets all window hints to their default values.

This function resets all window hints to their default values.

Errors: Possible errors include @ref GLFW_NOT_INITIALIZED.

More...
extern (C) @nogc nothrow __gshared
void
glfwDefaultWindowHints
()

Detailed Description

Thread Safety

This function must only be called from the main thread.

@sa @ref window_hints @sa @ref glfwWindowHint @sa @ref glfwWindowHintString

Meta

Since

Added in version 3.0.

Ingroup: window