home *** CD-ROM | disk | FTP | other *** search
/ AMIGA PD 1 / AMIGA-PD-1.iso / Programme_zum_Heft / Programmieren / Kurztests / PascalPCQ / Include / Devices / Keyboard.i < prev    next >
Text File  |  1990-08-28  |  307b  |  16 lines

  1. {
  2.     Keyboard.i for PCQ Pascal
  3.  
  4.     Keyboard device command definitions
  5. }
  6.  
  7. {$I "Include:Exec/IO.i"}
  8.  
  9. Const
  10.     KBD_READEVENT        = CMD_NONSTD + 0;
  11.     KBD_READMATRIX        = CMD_NONSTD + 1;
  12.     KBD_ADDRESETHANDLER        = CMD_NONSTD + 2;
  13.     KBD_REMRESETHANDLER        = CMD_NONSTD + 3;
  14.     KBD_RESETHANDLERDONE    = CMD_NONSTD + 4;
  15.  
  16.