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
194 stars 82 forks source link

How do I listen to glui_treepanel or glui_tree click events? #127

Open jlran opened 3 years ago

jlran commented 3 years ago

Hello, How do I listen to glui_treepanel or glui_tree click events? Now , I'm clicking on tree now, but I don't know how to listen to this click. Can you help me? thanks.