Hi all, I've derived a keyboard-mouse class from Producer::KeyboardMouseCallback and implemented 'virtual bool handle(const Producer::Event &e)'. When I double-click the left mouse button I never get a DoubleButtonPress event. I get ButtonPress events just fine so I know something is working. I also implemented this:
virtual void doubleButtonPress( float mx, float my, unsigned int mbutton ) but it never gets called. Suggestions anyone? Thanks, Michael ---------------------------------------- Upgrade your account today for increased storage; mail forwarding or POP enabled e-mail with automatic virus scanning. Visit our member benefits page at https://members.canada.com/benefits.aspx for more information. _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
