al_wait_for_event_timed
bool al_wait_for_event_timed(ALLEGRO_EVENT_QUEUE *queue,
ALLEGRO_EVENT *ret_event, float secs)
Introduced in 5.0.0
Wait until the event queue specified is non-empty. If ret_event
is not NULL, the first event in the queue will be copied into ret_event
and removed from the queue. If ret_event
is NULL the first event is left at the head of the queue.
timeout_msecs
determines approximately how many seconds to wait. If the call times out, false is returned. Otherwise true is returned.
See also: ALLEGRO_EVENT, al_wait_for_event, al_wait_for_event_until
Examples: ex_mixer_pp, ex_timedwait, ex_windows
Most helpful discussions:
- event loop best practice
- Problem in Allegro 5.2.4 Timer!
- 60 FPS limit in linux?
- Controlling threads
- Porting from Allegro 4.4 to 5.0
- Random deadlocks playing WAV sounds (Windows, MSVC)
- Doing stuff while drawing is halted
- [A5] Event and socket messages ?
- Instance of a class inside some other class.
- Collision Detection again..
Other recent discussions: