Home
last modified time | relevance | path

Searched refs:glfwGetClipboardString (Results 1 - 6 of 6) sorted by relevance

/third_party/glfw/tests/
H A Dclipboard.c72 string = glfwGetClipboardString(NULL); in key_callback()
/third_party/glfw/deps/
H A Dnuklear_glfw_gl2.h235 const char *text = glfwGetClipboardString(glfw.win); in nk_glfw3_clipboard_paste()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h3656 * @sa glfwGetClipboardString
3680 * glfwGetClipboardString or @ref glfwSetClipboardString, or until the library
3692 GLFWAPI const char* glfwGetClipboardString(GLFWwindow* window);
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_glfw.cpp110 return glfwGetClipboardString((GLFWwindow*)user_data); in ImGui_ImplGlfw_GetClipboardText()
/third_party/glfw/include/GLFW/
H A Dglfw3.h5935 * @sa @ref glfwGetClipboardString
5964 * glfwGetClipboardString or @ref glfwSetClipboardString, or until the library
5976 GLFWAPI const char* glfwGetClipboardString(GLFWwindow* window);
/third_party/glfw/src/
H A Dinput.c1485 GLFWAPI const char* glfwGetClipboardString(GLFWwindow* handle) in glfwGetClipboardString() function

Completed in 17 milliseconds