GINO Graphics Suite - GINO v9.0
gDeleteEventQueue
Syntax
[C/C++:]
void gDeleteEventQueue
(void);
[F90:]
subroutine gDeleteEventQueue
Arguments
None
Description
On devices where events can be queued for processing by routine gWaitForEvent(), the queue may be deleted by calling gDeleteEventQueue(). All events waiting in the queue will be lost.
See Also
gDeleteEventQueue Usage
gWaitForEvent