예제 #1
0
 public static string GetClipboardString(GlfwWindowPtr window)
 {
     return(new string(GlfwDelegates.glfwGetClipboardString(window)));
 }