| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |
On platforms where Allegro does not use native operating system
threads (in which case *use-single-cg-event-handling-process*
will be
true), the value of this variable will be the single Common Graphics
process in which all events are handled. On native thread platforms,
the value will be nil
.
Since most application code is initiated by events, this means that virtually all application code typically will run in this process on non-native thread platforms. The name of this process will be "CG Event Handler".
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 |