FlushEvents for PC

Hi all,

Are there any plans for implementing the FlushEvents
function for the PC version of the toolbox?

Yoav.
>Hi all,
>
>Are there any plans for implementing the FlushEvents
>function for the PC version of the toolbox?

One of the big problems with the Windows version is
that there is no CharAvail call. Getting a CharAvail
to work is a relatively high priority. It is possible that at
the time that gets fixed it will also be straightforward
to implement FlushEvents. Depending on your application,
having CharAvail may do what you want, since you
can flush the keyboard queue by grabbing characters
in a loop until none are available.

DB