pupil-labs / pyglui

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

Text highlighting #9

Closed willpatera closed 9 years ago

willpatera commented 9 years ago

Moved from #6

Selecting text with shift and arrow key works but when releasing shift key selection process with left arrow continues while using right arrow will stop it.

Over writing selected text is funny, I guess having the first key input replace the selection would be best.

willpatera commented 9 years ago

Resolved with https://github.com/pupil-labs/pyglui/commit/acdf8a86d10b13a6ba3a62ab27d203fc29d1a3c6 -- Not the most elegant fix but resolved for now.