home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD v1.2 / amidev_cd_12.iso / inc&ad2.0 / includes / clib / keymap_protos.h < prev    next >
C/C++ Source or Header  |  1992-09-01  |  828b  |  28 lines

  1. #ifndef  CLIB_KEYMAP_PROTOS_H
  2. #define  CLIB_KEYMAP_PROTOS_H
  3. /*
  4. **    $Filename: clib/keymap_protos.h $
  5. **    $Release: 2.04 Includes, V37.4 $
  6. **    $Revision: 36.4 $
  7. **    $Date: 90/07/19 $
  8. **
  9. **    C prototypes. For use with 32 bit integers only.
  10. **
  11. **    (C) Copyright 1990-1991 Commodore-Amiga, Inc.
  12. **        All Rights Reserved
  13. */
  14. #ifndef  DEVICES_INPUTEVENT_H
  15. #include <devices/inputevent.h>
  16. #endif
  17. #ifndef  DEVICES_KEYMAP_H
  18. #include <devices/keymap.h>
  19. #endif
  20. /*--- functions in V36 or higher (distributed as Release 2.0) ---*/
  21. void SetKeyMapDefault( struct KeyMap *keyMap );
  22. struct KeyMap *AskKeyMapDefault( void );
  23. WORD MapRawKey( struct InputEvent *event, STRPTR buffer, long length,
  24.     struct KeyMap *keyMap );
  25. LONG MapANSI( STRPTR string, long count, STRPTR buffer, long length,
  26.     struct KeyMap *keyMap );
  27. #endif     /* CLIB_KEYMAP_PROTOS_H */
  28.