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

mouse over control event. #48

Open josch opened 9 years ago

josch commented 9 years ago

https://sourceforge.net/p/glui/feature-requests/12/

original report

I want to capture 'mouse over control' event, i.e., when the mouse is hovering over a control, I want to know that. I also would like to know the position and dimension of the control.

Thanks!

reply 1

In GLUT style, there could be enter, mouse motion, and leave events.