pupil-labs / pyglui

cython powered OpenGL gui that works with glfw
MIT License
29 stars 20 forks source link

Cut/copy/paste & double-click selection support #93

Closed papr closed 6 years ago

papr commented 6 years ago

Clipboard support requires parent application to call UI.update_clipboard() before UI.update() and to check for unused_elements.clipboard content changes.

Version bump to v1.15