Searched refs:glfwSetClipboardString (Results 1 – 7 of 7) sorted by relevance
82 glfwSetClipboardString(window, string); in key_callback()
3662 GLFWAPI void glfwSetClipboardString(GLFWwindow* window, const char* string);
3681 GLFWAPI void glfwSetClipboardString(GLFWwindow* window, const char* string);
115 glfwSetClipboardString((GLFWwindow*)user_data, text); in ImGui_ImplGlfw_SetClipboardText()
608 GLFWAPI void glfwSetClipboardString(GLFWwindow* handle, const char* string) in glfwSetClipboardString() function
630 @ref glfwSetClipboardString.633 glfwSetClipboardString(window, "A string with words in it");
253 clipboard, with the @ref glfwGetClipboardString and @ref glfwSetClipboardString