KanzakiKino / w4d

Widgets Library for dlang.
GNU Lesser General Public License v3.0
6 stars 1 forks source link

Clipboard support #1

Closed WebFreak001 closed 6 years ago

WebFreak001 commented 6 years ago

ctrl-c/ctrl-v

KanzakiKino commented 6 years ago

glfwSetClipboardString doesn't work properly on my Arch. So I'm going to fix the issue or find the another way to operate the clipboard.

WebFreak001 commented 6 years ago

are you sure it doesn't work? works on my arch install

KanzakiKino commented 6 years ago

Yes, glfwSetClipboardString had no effects. There might be issue in ClipboardManager. So I'm trying to fix.

WebFreak001 commented 6 years ago

on linux, after you close a window if there was clipboard copied from that window, the clipboard will go away except if you use a clipboard manager. Have you tried keeping the window open?

KanzakiKino commented 6 years ago

Oh, I didn't know. It worked properly.