glfwDefaultWindowHints

Function glfwDefaultWindowHints 

Source
pub unsafe extern "C" fn glfwDefaultWindowHints()
Expand description

@brief Resets all window hints to their default values.

This function resets all window hints to their [default values](@ref window_hints_values).

@errors Possible errors include @ref GLFW_NOT_INITIALIZED.

@thread_safety This function must only be called from the main thread.

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

@since Added in version 3.0.

@ingroup window