Exemple #1
0
 void IClipboardManager.SetText(string text)
 {
     GLFW.SetClipboardString(_glfwWindow, text);
 }