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!
Logged In: YES user_id=338692
In GLUT style, there could be enter, mouse motion, and leave events.
Logged In: YES
user_id=338692
In GLUT style, there could be enter, mouse motion, and leave
events.