home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / DC-POS24.LZX / pOS / IncPOS.lzx / Device / Input.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-03-18  |  687 b   |  32 lines

  1. #ifndef __INC_POS_DEVICE_INPUT_H
  2. #define __INC_POS_DEVICE_INPUT_H
  3. /*******************************************************************
  4.  Includes Release 24
  5.  (C) Copyright 1995-1997 proDAD
  6.      All Rights Reserved
  7.  
  8.  $AUT Holger Burkarth
  9.  $DAT >>Input.h<<   07 Jan 1997    09:23:03 - (C) ProDAD
  10. *******************************************************************/
  11. #ifndef __INC_POS_PEXEC_DEVICE_H
  12. #include <pExec/Device.h>
  13. #endif
  14.  
  15.  struct pOS_InputDevice {struct pOS_Device Dev; };
  16.  
  17.  
  18. enum pOS_InputIOReqCommands
  19. {
  20.  INDCMD_AddHandler=CMD_NONSTD,
  21.  INDCMD_RemHandler,
  22.  INDCMD_WriteEvent,
  23.  INDCMD_SetThresh,
  24.  INDCMD_SetPeriod,
  25.  INDCMD_SetMPort,
  26.  INDCMD_SetMType,
  27.  INDCMD_SetMTrig,
  28. };
  29.  
  30.  
  31. #endif
  32.