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

  1. @DATABASE "Device/Keys.h"
  2. @MASTER   "Work2:AD/IInc/Device/Keys.h"
  3. @REMARK   This file was created by ADtoHT 2.0 on 11-Mär-97  13:33:47
  4. @REMARK   Do not edit
  5. @REMARK   ADtoHT is © 1993-1995 Christian Stieber
  6.  
  7. @NODE MAIN "Device/Keys.h"
  8. @TOC "__pOS_Dev.guide/MAIN"
  9.  
  10. @{"Device/Keys.h" LINK File}
  11.  
  12. @ENDNODE
  13. @NODE File "Device/Keys.h"
  14. #ifndef __INC_POS_DEVICE_KEYS_H
  15. #define __INC_POS_DEVICE_KEYS_H
  16. /*******************************************************************
  17.  Includes Release 24
  18.  (C) Copyright 1995-1997 proDAD
  19.      All Rights Reserved
  20.  
  21.  $AUT Holger Burkarth
  22.  $DAT >>Keys.h<<   05 Nov 1995    13:35:52 - (C) ProDAD
  23. *******************************************************************/
  24. #ifndef __INC_POS_DEVICE_IEVENT_H
  25. #include <@{"Device/IEvent.h" LINK "Device/IEvent.h/File"}>
  26. #endif
  27.  
  28.  
  29. enum pOS_Keys
  30. {
  31.   pOSKEY_CSI    =0x9b,
  32.  
  33. };
  34.  
  35. #endif
  36. @ENDNODE
  37.