home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 2 / FFMCD02.bin / useful / os-include / clib / console_protos.h < prev    next >
C/C++ Source or Header  |  1992-09-24  |  763b  |  27 lines

  1. #ifndef  CLIB_CONSOLE_PROTOS_H
  2. #define  CLIB_CONSOLE_PROTOS_H
  3. /*
  4. **    $VER: console_protos.h 36.6 (07.11.90)
  5. **    Includes Release 39.108
  6. **
  7. **    C prototypes. For use with 32 bit integers only.
  8. **
  9. **    (C) Copyright 1990-1992 Commodore-Amiga, Inc.
  10. **        All Rights Reserved
  11. */
  12. #ifndef  EXEC_LIBRARIES_H
  13. #include <exec/libraries.h>
  14. #endif
  15. #ifndef  DEVICES_INPUTEVENT_H
  16. #include <devices/inputevent.h>
  17. #endif
  18. #ifndef  DEVICES_KEYMAP_H
  19. #include <devices/keymap.h>
  20. #endif
  21. struct InputEvent *CDInputHandler( struct InputEvent *events,
  22.     struct Library *consoleDevice );
  23. LONG RawKeyConvert( struct InputEvent *events, STRPTR buffer, long length,
  24.     struct KeyMap *keyMap );
  25. /*--- functions in V36 or higher (distributed as Release 2.0) ---*/
  26. #endif     /* CLIB_CONSOLE_PROTOS_H */
  27.