|
|
|
|
MGL_suspend
Suspend low level interrupt handling.
Declaration
void MGLAPI MGL_suspend(void)
Prototype In
mgldos.h
Description
This function suspends the low level interrupt handling code used by the SciTech MGL when it is initialized since MGL takes over the keyboard and mouse interrupt handlers to manage it's own event queue. If you wish to shell out to DOS or to spawn another application program temporarily, you must call this function to suspend interrupt handling or else the spawned application will not be able to access the keyboard and mouse correctly.
See Also
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com