Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前遇到的问题是 OpenGL 与我的状态栏重叠,而窗口的菜单没有改变。任何想法如何解决这个问题?就像菜单一样在顶部制作状态栏。
我将 CreateWindowEx 用于主窗口(自定义 WNDCLASS)和启用 WS_CHILD 的状态栏(STATUSCLASSNAME)。也许我错过了一些标志。
PS。我不使用 GLUT 或任何其他 3rd 方库,只使用 Windows 和 OpenGL
您只需要将WS_CLIPCHILDREN和WS_CLIPSIBLINGS样式添加到您的 OpenGL 窗口。
WS_CLIPCHILDREN
WS_CLIPSIBLINGS