| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.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-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |