home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / DC-POS24.LZX / pOS / pOSxA.lzx / pOSxA / clib / console_protos.c < prev    next >
Encoding:
C/C++ Source or Header  |  1997-03-12  |  876 b   |  44 lines

  1. #ifndef __INC_POSA_CLIB_CONSOLE_PROTOS_C
  2. #define __INC_POSA_CLIB_CONSOLE_PROTOS_C
  3. /*******************************************************************
  4.  $CRT 11 Nov 1996 : hb
  5.  
  6.  $AUT Holger Burkarth
  7.  $DAT >>console_protos.c<<   29 Nov 1996    18:41:05 - (C) ProDAD
  8. *******************************************************************/
  9. #pragma -
  10.  
  11. #define NOMYDEBUG
  12.  
  13.  
  14. #include <exec/types.h>
  15.  
  16. #ifndef __INC_POS_PROTO_PCONSOLE2_H
  17. #include <p:proto/pConsole2.h>
  18. #endif
  19.  
  20.  
  21.  
  22. LONG RawKeyConvert(struct InputEvent *events,STRPTR buffer,long length,struct KeyMap *keyMap)
  23.   {
  24.     return( pOS_MapRawKey((APTR)events,buffer,length,(struct pOS_KeyMap*)keyMap) );
  25.   }
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35. #ifdef __IGNORE_NOT_SUPPORTED__
  36.  
  37. struct InputEvent *CDInputHandler(struct InputEvent *events,struct Library *consoleDevice)
  38. {return(0);}
  39.  
  40. #endif /** __IGNORE_NOT_SUPPORTED__ **/
  41.  
  42.  
  43. #endif     /* CLIB_CONSOLE_PROTOS_H */
  44.