home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / BC_DICE2.DMS / in.adf / INCLUDE / devices / input.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-01-10  |  631 b   |  29 lines

  1. #ifndef DEVICES_INPUT_H
  2. #define DEVICES_INPUT_H
  3. /*
  4. ** $Filename: devices/input.h $
  5. ** $Release: 2.04 Includes, V37.4 $
  6. ** $Revision: 36.0 $
  7. ** $Date: 90/05/01 $
  8. **
  9. ** input device command definitions
  10. **
  11. ** (C) Copyright 1985-1991 Commodore-Amiga, Inc.
  12. ** All Rights Reserved
  13. */
  14.  
  15. #ifndef EXEC_IO_H
  16. #include "exec/io.h"
  17. #endif
  18.  
  19. #define IND_ADDHANDLER (CMD_NONSTD+0)
  20. #define IND_REMHANDLER (CMD_NONSTD+1)
  21. #define IND_WRITEEVENT (CMD_NONSTD+2)
  22. #define IND_SETTHRESH (CMD_NONSTD+3)
  23. #define IND_SETPERIOD (CMD_NONSTD+4)
  24. #define IND_SETMPORT (CMD_NONSTD+5)
  25. #define IND_SETMTYPE (CMD_NONSTD+6)
  26. #define IND_SETMTRIG (CMD_NONSTD+7)
  27.  
  28. #endif 
  29.