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

OpenSceneGraph Users osg-users at lists.openscenegraph.org
Tue Nov 17 08:30:10 PST 2020


On Tue, 17 Nov 2020 at 11:55, OpenSceneGraph Users <
osg-users at lists.openscenegraph.org> wrote:

> 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?
>

It's up to your application to decide when your USER events are "processed
completely", as what "processed completely" is completely meaningless to
the OSG itself.

It really feels like you are asking questions from the community when you
are the only one who can answer it.

You have access to the whole OSG code base.  You can build in debug, step
through every single line of code.  You have everything you need to figure
out what is going on.

We know NOTHING about your application, only *you* know about your
application and what you mean.  We aren't omnipotent. We can't see inside
your head, look over your shoulder to your code.

You will need to determine the answers from here.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openscenegraph.org/pipermail/osg-users-openscenegraph.org/attachments/20201117/057c1dce/attachment.html>


More information about the osg-users mailing list