Function glfwSetClipboardString

  • This function sets the system clipboard to the specified, UTF-8 encoded string.

    Parameters

    • window: GLFWwindow

      Deprecated. Any valid window or NULL.

    • string: string

      A UTF-8 encoded string.

    Returns void

Generated using TypeDoc