Obtener altura de ancho de la ventana GLFW

int width, height;
glfwGetWindowSize(window, &width, &height);
Silver Takana