Used only to TimeBroadcaster::poll(delTime) from gameloop.
See empathy::radio::Subscriber and empathy::radio::Event for creating and receiving timeouts.
| items | std::vector<TimeBroadcasterObject, std::allocator<TimeBroadcasterObject> > |
The events queue. |
| toAddItems | std::vector<TimeBroadcasterObject, std::allocator<TimeBroadcasterObject> > |
Events ready to be added in the main queue. |
Create a repeating timeout, ie, createInterval() of JavaScript.
Create a repeating timeout, ie, createTimeout() of JavaScript.
| poll | ( | GLfloat | delTime | ) |
Poll the events.
| delTime |