| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |
Arguments:
This is a safer alternative to process-pending-events for code that might be
called on a platform where Allegro processes are not native operating
system processes. It simply calls process-pending-events in the usual case, but it
does nothing when called on a non-native threads platform (where
*use-single-cg-event-handling-process*
is true)
in a process other than the *single-cg-event-handling-process*
.
This avoids processing events in multiple processes on platforms where there is only a single event queue for the single operating system process.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 9.0 page.
Created 2015.5.21.
| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |