Home
last modified time | relevance | path

Searched refs:glfwSetCharCallback (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_glfw.cpp286 bd->PrevUserCallbackChar = glfwSetCharCallback(window, ImGui_ImplGlfw_CharCallback); in ImGui_ImplGlfw_Init()
322 glfwSetCharCallback(bd->Window, bd->PrevUserCallbackChar); in ImGui_ImplGlfw_Shutdown()
/third_party/glfw/tests/
Devents.c588 glfwSetCharCallback(slots[i].window, char_callback); in main()
/third_party/glfw/include/GLFW/
Dglfw3.h3345 GLFWAPI GLFWcharfun glfwSetCharCallback(GLFWwindow* window, GLFWcharfun cbfun);
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h3330 GLFWAPI GLFWcharfun glfwSetCharCallback(GLFWwindow* window, GLFWcharfun cbfun);
/third_party/glfw/src/
Dinput.c469 GLFWAPI GLFWcharfun glfwSetCharCallback(GLFWwindow* handle, GLFWcharfun cbfun) in glfwSetCharCallback() function
/third_party/glfw/docs/
Dinput.dox179 glfwSetCharCallback(window, character_callback);