Home > Software engineering >  Excuse me openGL GLFW can custom window title bar, how to implement
Excuse me openGL GLFW can custom window title bar, how to implement

Time:10-04

Using glfwCreateWindow how to customize the title bar when creating the window

CodePudding user response:

GlfwCreateWindow (int width, int height, const char * title , GLFWmonitor * monitor, GLFWwindow * share)

CodePudding user response:

The second floor truth!
I have a question, how to add glfwCreateWindow window or a toolbar button!
  • Related