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

  1. #ifndef __INC_POS_PLIB_SPINPUT_H
  2. #define __INC_POS_PLIB_SPINPUT_H
  3. /*******************************************************************
  4.  Includes Release 24
  5.  (C) Copyright 1995-1997 proDAD
  6.      All Rights Reserved
  7.  
  8.  $AUT Holger Burkarth
  9.  $DAT >>SpInput.h<<   07 Jan 1997    09:09:43 - (C) ProDAD
  10. *******************************************************************/
  11. #ifndef __INC_POS_PEXEC_DEVICE_H
  12. #include "p:pExec/Device.h"
  13. #endif
  14.  
  15. extern struct pOS_InputDevice *gb_InputDevice;
  16.  
  17. /*----------------------------------
  18. -----------------------------------*/
  19. struct pOS_InputLibFunction
  20. {
  21.  
  22.   ULONG (*pOS_PeekQualifier_func)(_R_LB pOS_InputDevice*);
  23.   UBYTE _d0[8];
  24.  
  25.   pOS_StdDeviceFunction StdDev;
  26. }; /* => Base */
  27.  
  28.  
  29. #endif
  30.