Exemple #1
0
 public static void SetClipboardString(Window window, string str)
 {
     Imports.glfwSetClipboardString(window, str);
 }