home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / programmieren / e / e_v3.3a / src.lha / Src / Modules / devices / keyboard.e < prev    next >
Encoding:
Text File  |  1997-03-09  |  162 b   |  10 lines

  1. OPT MODULE
  2. OPT EXPORT
  3.  
  4. CONST KBD_READEVENT=9,
  5.       KBD_READMATRIX=10,
  6.       KBD_ADDRESETHANDLER=11,
  7.       KBD_REMRESETHANDLER=12,
  8.       KBD_RESETHANDLERDONE=13
  9.  
  10.