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

  1. #ifndef __INC_POS_PLIB_SPCONSOLE_H
  2. #define __INC_POS_PLIB_SPCONSOLE_H
  3. /*******************************************************************
  4.  Includes Release 24
  5.  (C) Copyright 1995-1997 proDAD
  6.      All Rights Reserved
  7.  
  8.  $AUT Holger Burkarth
  9.  $DAT >>SpCon.h<<   14 Sep 1996    09:39:54 - (C) ProDAD
  10. *******************************************************************/
  11. #ifndef __INC_POS_PEXEC_DEVICE_H
  12. #include "p:pExec/Device.h"
  13. #endif
  14.  
  15. extern struct pOS_ConsoleDevice *gb_ConsoleBase;
  16.  
  17. /*----------------------------------
  18. -----------------------------------*/
  19. struct pOS_ConsoleLibFunction
  20. {
  21.  
  22.   size_t (*pOS_RawKeyConvert_func)(_R_LB pOS_ConsoleDevice*,_R_A0 const pOS_InputEvent*,
  23.                                       _R_A1 UBYTE*,_R_D0 size_t);
  24.   UBYTE _d1[8];
  25.   size_t (*pOS_MapRawKey_func)(_R_LB pOS_ConsoleDevice*,_R_A0 const pOS_InputEvent*,
  26.                                    _R_A1 UBYTE*,_R_D0 size_t,_R_A2 const pOS_KeyMap*);
  27.   UBYTE _d0[8];
  28.  
  29.   pOS_StdDeviceFunction StdDev;
  30. }; /* => Base */
  31.  
  32.  
  33. #endif
  34.