//DefaultHints resets all window hints to their default values. // //This function may only be called from the main thread. See //https://code.google.com/p/go-wiki/wiki/LockOSThread func DefaultWindowHints() { C.glfwDefaultWindowHints() }
// DefaultHints resets all window hints to their default values. // // This function may only be called from the main thread. func DefaultWindowHints() { C.glfwDefaultWindowHints() panicError() }