Robert, I had assumed the time argument represented when the event should be processed, not representing the time of the event.
I understand now. Thank you, Aaron On Oct 1, 2015 3:45 AM, Robert Osfield <[email protected]> wrote: > > Hi Aaron, > > On 1 October 2015 at 05:57, Aaron Andersen <[email protected]> wrote: >> >> I've tried to use the EventQueue::userEvent method which takes a "time" >> argument but no matter what value I put in for time the event always fires >> immediately. Is there any documentation on this? > > > It's just a queue that gets queried each frame, if you don't want an event to > get handled then you shouldn't be putting it in the queue. > > Robert. > _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

