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 c71e4e8 commit 49da9baCopy full SHA for 49da9ba
backends/imgui_impl_glfw.cpp
@@ -216,6 +216,9 @@ static void ImGui_ImplGlfw_ShutdownMultiViewportSupport();
216
217
// Functions
218
219
+//Prototype to avoid -Werror=missing-declarations warning
220
+ImGuiKey ImGui_ImplGlfw_KeyToImGuiKey(int keycode, int scancode);
221
+
222
// Not static to allow third-party code to use that if they want to (but undocumented)
223
ImGuiKey ImGui_ImplGlfw_KeyToImGuiKey(int keycode, int scancode)
224
{
0 commit comments