EVT_flush

Flushes all events of a specified type from the event queue.

Declaration

void EVTAPI EVT_flush(
    ulong mask)

Prototype In

event.h

Parameters

mask

Mask specifying the types of events that should be removed

 

Description

Flushes (removes) all pending events of the specified type from the event queue. You may combine the masks for different event types with a simple logical OR.

See Also

EVT_getNext, EVT_halt, EVT_peekNext

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com