* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Avigo Keyboard Scan Sample
*
* IO routines By Dave Page
* Ported to FreewareSDK 0.91b2 by Bill Baxter
*
* Example program by Bill Baxter
* 
* Version info: 
*    $Id: readme.txt,v 1.2 1998/11/03 02:38:50 bill Exp $
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

This sample shows how to read the Avigo keys much faster than can be
done with the GetKey() routine.  GetKey() only tells you that a key is
down about once every half second, which is simply not enough for
action games and stopwatch type applications.  The functions provided
as part of this sample return the state of the Avigo keys more or less
exactly at the time you ask.

Known Bugs:

* No response from the backlight button.
* Spurious keys seem to be pressed sometimes when 3 or more buttons
  are held down.

