ev_flush(S-osr5)
ev_flush --
discard all events currently in the queue
Syntax
cc . . . -levent
#include <sys/types.h>
#include <sys/param.h>
#include <sys/sysmacros.h>
#include <sys/page.h>
#include <sys/event.h>
#include <mouse.h>
int ev_flush()
Description
ev_flush
discards all events currently in the queue.
Events in the queue when ev_flush is invoked are not
further available to the program.
Diagnostics
ev_flush
returns -1 if there is no open event queue. Normally it returns zero.
See also
ev_block(S-osr5),
ev_close(S-osr5),
ev_count(S-osr5),
ev_getdev(S-osr5),
ev_getemask(S-osr5),
ev_gindev(S-osr5),
ev_init(S-osr5),
ev_open(S-osr5),
ev_pop(S-osr5),
ev_read(S-osr5),
ev_resume(S-osr5),
ev_setemask(S-osr5),
ev_suspend(S-osr5)
Standards conformance
ev_flush is not part of any currently supported standard;
it is an extension of AT&T System V provided by the Santa Cruz Operation.
© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 -- 02 June 2005