浏览代码

typo ImGui_ImplGlfwGL3_KeyCallback()

biller23 10 年之前
父节点
当前提交
2f4271a2b3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/opengl3_example/imgui_impl_glfw_gl3.h

+ 1 - 1
examples/opengl3_example/imgui_impl_glfw_gl3.h

@@ -16,5 +16,5 @@ bool        ImGui_ImplGlfwGL3_CreateDeviceObjects();
 // You can also handle inputs yourself and use those as a reference.
 void        ImGui_ImplGlfwGL3_MouseButtonCallback(GLFWwindow* window, int button, int action, int mods);
 void        ImGui_ImplGlfwGL3_ScrollCallback(GLFWwindow* window, double xoffset, double yoffset);
-void        ImGui_ImplGlFwGL3_KeyCallback(GLFWwindow* window, int key, int scancode, int action, int mods);
+void        ImGui_ImplGlfwGL3_KeyCallback(GLFWwindow* window, int key, int scancode, int action, int mods);
 void        ImGui_ImplGlfwGL3_CharCallback(GLFWwindow* window, unsigned int c);