Home
last modified time | relevance | path

Searched refs:glfwGetClipboardString (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/glfw/tests/
Dclipboard.c70 string = glfwGetClipboardString(window); in key_callback()
/third_party/flutter/engine/flutter/shell/platform/glfw/
Dplatform_handler.cc55 const char* clipboardData = glfwGetClipboardString(window_); in HandleMethodCall()
/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_glfw.cpp71 return glfwGetClipboardString((GLFWwindow*)user_data); in ImGui_ImplGlfw_GetClipboardText()
/third_party/flutter/glfw/include/GLFW/
Dglfw3.h3711 GLFWAPI const char* glfwGetClipboardString(GLFWwindow* window);
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h3692 GLFWAPI const char* glfwGetClipboardString(GLFWwindow* window);
/third_party/flutter/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h3692 GLFWAPI const char* glfwGetClipboardString(GLFWwindow* window);
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_glfw.cpp110 return glfwGetClipboardString((GLFWwindow*)user_data); in ImGui_ImplGlfw_GetClipboardText()
/third_party/flutter/glfw/src/
Dinput.c618 GLFWAPI const char* glfwGetClipboardString(GLFWwindow* handle) in glfwGetClipboardString() function
/third_party/flutter/glfw/docs/
Dinput.dox617 converted to one, you can retrieve it with @ref glfwGetClipboardString. See the
621 const char* text = glfwGetClipboardString(window);
Dnews.dox253 clipboard, with the @ref glfwGetClipboardString and @ref glfwSetClipboardString