We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb81f26 commit fdfdf90Copy full SHA for fdfdf90
backends/imgui_impl_glfw.cpp
@@ -1,7 +1,7 @@
1
// dear imgui: Platform Backend for GLFW
2
// This needs to be used along with a Renderer (e.g. OpenGL3, Vulkan, WebGPU..)
3
// (Info: GLFW is a cross-platform general purpose library for handling windows, inputs, OpenGL/Vulkan graphics context creation, etc.)
4
-// (Requires: GLFW 3.1+. Prefer GLFW 3.3+ or GLFW 3.4+ for full feature support.)
+// (Requires: GLFW 3.0+. Prefer GLFW 3.3+ or GLFW 3.4+ for full feature support.)
5
6
// Implemented features:
7
// [X] Platform: Clipboard support.
0 commit comments