Home
last modified time | relevance | path

Searched refs:glfwSetClipboardString (Results 1 – 7 of 7) sorted by relevance

/third_party/glfw/tests/
Dclipboard.c82 glfwSetClipboardString(window, string); in key_callback()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h3662 GLFWAPI void glfwSetClipboardString(GLFWwindow* window, const char* string);
/third_party/glfw/include/GLFW/
Dglfw3.h3681 GLFWAPI void glfwSetClipboardString(GLFWwindow* window, const char* string);
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_glfw.cpp115 glfwSetClipboardString((GLFWwindow*)user_data, text); in ImGui_ImplGlfw_SetClipboardText()
/third_party/glfw/src/
Dinput.c608 GLFWAPI void glfwSetClipboardString(GLFWwindow* handle, const char* string) in glfwSetClipboardString() function
/third_party/glfw/docs/
Dinput.dox630 @ref glfwSetClipboardString.
633 glfwSetClipboardString(window, "A string with words in it");
Dnews.dox253 clipboard, with the @ref glfwGetClipboardString and @ref glfwSetClipboardString