home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 032.lha / include / devices / input.g < prev    next >
Encoding:
Text File  |  1987-05-17  |  332 b   |  11 lines

  1. /* requires previous inclusion of include:exec/io.g */
  2. uint
  3.     IND_ADDHANDLER    = CMD_NONSTD+0,
  4.     IND_REMHANDLER    = CMD_NONSTD+1,
  5.     IND_WRITEEVENT    = CMD_NONSTD+2,
  6.     IND_SETTHRESH    = CMD_NONSTD+3,
  7.     IND_SETPERIOD    = CMD_NONSTD+4,
  8.     IND_SETMPORT    = CMD_NONSTD+5,
  9.     IND_SETMTYPE    = CMD_NONSTD+6,
  10.     IND_SETMTRIG    = CMD_NONSTD+7;
  11.