pending events

Mark Randell (mark@psy.uwa.edu.au)
Mon, 14 Apr 1997 09:31:51 +0800

Our two front runners at this point are:

1) making a "pendingEvents" property that you could use to get a list
of all the events in the queue. =20
2) Add a "dispatch events" command, that would cause all pending
messages to be delivered. =20
Other options are to do it exactly like flushevents as defined in
Xtend, or make a flushEvents(<type>) function which might return
something like the number of events flushed (at least the syntax
doesn't clash with the latter).
Preferences? Scott

Why not both Option (1) AND a flushEvents(<type>) function? You could =
then check the queue and flush what you didn't want... my preference, =
anyway. cheers

\mark