home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Assembler / wst!oma3.lha / OMA / Include / devices / input.i < prev    next >
Encoding:
Text File  |  1994-12-23  |  493 b   |  23 lines

  1.     IFND    DEVICES_INPUT_I
  2. DEVICES_INPUT_I    EQU    1
  3. *    $Filename: devices/input.i $
  4. *    $Release: 2.04 Includes, V37.4 $
  5. *    $Revision: 36.0 $
  6. *    $Date: 90/05/01 $
  7. *    input device command definitions
  8. *    (C) Copyright 1985-1991 Commodore-Amiga, Inc.
  9. *        All Rights Reserved
  10.     IFND    EXEC_IO_I
  11.     INCLUDE    "exec/io.i"
  12.     ENDC
  13.     DEVINIT
  14.     DEVCMD    IND_ADDHANDLER
  15.     DEVCMD    IND_REMHANDLER
  16.     DEVCMD    IND_WRITEEVENT
  17.     DEVCMD    IND_SETTHRESH
  18.     DEVCMD    IND_SETPERIOD
  19.     DEVCMD    IND_SETMPORT
  20.     DEVCMD    IND_SETMTYPE
  21.     DEVCMD    IND_SETMTRIG
  22.     ENDC
  23.