Hi all, I'm trying to catch mouse events, but I'm having some troubles :)
First of all, to catch a single click one HAS to manage the sequence of 'PUSH' and 'RELEASE' events, right? There cannot exist a single 'CLICK' event type? Then, I cannot catch the DOUBLECLICK event...if I print out the event type I'm actually catching, when I try to perform a double click, I see that my action is catched as a sequence of one PUSH and two RELEASE in a row...why? Thanks. Alessandro.
_______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
