Definitions for "Event queue"
A queue of keyboard, pointer and redraw events maintained by the window server, for each of its current client applications. See also: window server
a software queue that is used to process a sequence of inputs, typically from the user
Crystal Space is an event-driven framework. So a Crystal Space application will also be event driven. The event queue manages the event system and sends events to listeners. Every module or plugin that implements iEventHandler can register itself with the event queue so it gets notified when certain events happen. See also with csInitializer::CreateEventQueue() or csInitializer::CreateEnvironment().
a list of events that take place within a particular context
an ordered list of actions
Chronological listing of event timers awaiting execution.
a collection of simulated future events
a commonly used technique of keeping track of time in a simulation