Public Methods | |
int | cEngine_Lock (struct cEngine *ptr_engine) |
int | cEngine_Unlock (struct cEngine *ptr_engine) |
Public Attributes | |
struct cEngine | Screen |
Provides timely graphical output. The screen shows only one cEngine object.
|
Locks a cEngine object.
|
|
Unlocks a cEngine object.
|
|
Global CyWin cEngine object. #include <cywin.h> ... cEngine_Lock( &Screen ); ... // Performs time-consuming drawing. ... cEngine_Unlock( &Screen ); ... |
Copyright © 2001 Cybiko, Inc. All rights reserved. | More information... |