[osg-users] EventQueue::userEvent

Aaron Andersen aaron at fosslib.net
Thu Oct 1 05:47:40 PDT 2015


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 <robert.osfield at gmail.com> wrote:
>
> Hi Aaron,
>
> On 1 October 2015 at 05:57, Aaron Andersen <aaron at fosslib.net> 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.
>  


More information about the osg-users mailing list