home *** CD-ROM | disk | FTP | other *** search
- #ifndef __INC_POSA_CLIB_CONSOLE_PROTOS_C
- #define __INC_POSA_CLIB_CONSOLE_PROTOS_C
- /*******************************************************************
- $CRT 11 Nov 1996 : hb
-
- $AUT Holger Burkarth
- $DAT >>console_protos.c<< 29 Nov 1996 18:41:05 - (C) ProDAD
- *******************************************************************/
- #pragma -
-
- #define NOMYDEBUG
-
-
- #include <exec/types.h>
-
- #ifndef __INC_POS_PROTO_PCONSOLE2_H
- #include <p:proto/pConsole2.h>
- #endif
-
-
-
- LONG RawKeyConvert(struct InputEvent *events,STRPTR buffer,long length,struct KeyMap *keyMap)
- {
- return( pOS_MapRawKey((APTR)events,buffer,length,(struct pOS_KeyMap*)keyMap) );
- }
-
-
-
-
-
-
-
-
-
- #ifdef __IGNORE_NOT_SUPPORTED__
-
- struct InputEvent *CDInputHandler(struct InputEvent *events,struct Library *consoleDevice)
- {return(0);}
-
- #endif /** __IGNORE_NOT_SUPPORTED__ **/
-
-
- #endif /* CLIB_CONSOLE_PROTOS_H */
-