home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / E / TFF-A32R.LZX / AmigaE3.2a / ModulesSrc / devices / input.e < prev    next >
Encoding:
Text File  |  1996-08-29  |  214 b   |  13 lines

  1. OPT MODULE
  2. OPT EXPORT
  3.  
  4. CONST IND_ADDHANDLER=9,
  5.       IND_REMHANDLER=10,
  6.       IND_WRITEEVENT=11,
  7.       IND_SETTHRESH=12,
  8.       IND_SETPERIOD=13,
  9.       IND_SETMPORT=14,
  10.       IND_SETMTYPE=15,
  11.       IND_SETMTRIG=16
  12.  
  13.