libglui / glui

GLUI is a GLUT-based C++ user interface library which provides controls such as buttons, checkboxes, radio buttons, and spinners to OpenGL applications. It is window-system independent, using GLUT or FreeGLUT.
Other
196 stars 81 forks source link

del key not recognized in edittext #9

Open josch opened 9 years ago

josch commented 9 years ago

https://sourceforge.net/p/glui/bugs/14/

When I run example 2, I can select text using the mouse and then delete it using the delete key, but if I place the cursor at beginning of text and hit delete key, the character following the cursor should also be deleted, right? I am not sure if this means the example needs some extra handling added or of it means the library should automatically handle the keys. I am running GLUI under Windows XP using MSVC++ V6 compiler.

nigels-com commented 5 years ago

Seems like it's now fixed.