[osg-users] [Auto-Reply] I'm driving right now - I'll get bac...

2020-11-16 Thread OpenSceneGraph Users
[Auto-Reply] I'm driving right now - I'll get back to you later. ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org -- You received this message because you are

Re: [osg-users] How can I know the number of GUIEventAdapter::USER in the message queue for GUIEventHandler?

2020-11-16 Thread OpenSceneGraph Users
Thank you for your questions.I want to know if the sent GUIEventAdapter::USER message has been processed completely. Check whether GUIEventAdapter::USER has been processed completely. Should I count the USER by myself? 在2020年11月16日星期一 UTC+8 下午5:42:05 写道: > On Mon, 16 Nov 2020 at 05:05,

Re: [osg-users] How can I know the number of GUIEventAdapter::USER in the message queue for GUIEventHandler?

2020-11-16 Thread OpenSceneGraph Users
On Mon, 16 Nov 2020 at 05:05, OpenSceneGraph Users < osg-users@lists.openscenegraph.org> wrote: > sorry,I mean what method get the number of GUIEventAdapter::USER in OSG? > You'll need to get the osgGA::EventQueue which you are pushing the user events to and then traverse through the events