[Plib-users] Mouse button release
Brought to you by:
sjbaker
From: Devil <dy...@io...> - 2002-10-21 12:38:36
|
I have just started using pui. I need buttons and sliders on my GLUT/OpenGL program and pui looks like the best option. However, my first test program has a slider and a button. If I start moving the slider but release the mouse button when the mouse pointer is over the button, then pui generates a button callback even though the button was never actually pressed down. Is there a way to stop this? Is it a bug? pui should know that the slider is active and not consider a mouse release over the button as a button release. Also if you press a button object but release the mouse button when the mouse pointer is off the button, the button object stays pressed. I think it should release the button. Is this a bug or just a feature of pui? Thanks. |