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

  1. #ifndef __INC_POS_DEVICE_KEYS_H
  2. #define __INC_POS_DEVICE_KEYS_H
  3. /*******************************************************************
  4.  Includes Release 24
  5.  (C) Copyright 1995-1997 proDAD
  6.      All Rights Reserved
  7.  
  8.  $AUT Holger Burkarth
  9.  $DAT >>Keys.h<<   05 Nov 1995    13:35:52 - (C) ProDAD
  10. *******************************************************************/
  11. #ifndef __INC_POS_DEVICE_IEVENT_H
  12. #include <Device/IEvent.h>
  13. #endif
  14.  
  15.  
  16. enum pOS_Keys
  17. {
  18.   pOSKEY_CSI    =0x9b,
  19.  
  20. };
  21.  
  22. #endif
  23.