home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / BC_DICE2.DMS / in.adf / INCLUDE / clib / keymap_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-01-10  |  678 b   |  26 lines

  1. #ifndef CLIB_KEYMAP_PROTOS_H
  2. #define CLIB_KEYMAP_PROTOS_H
  3. /*
  4. ** $VER: keymap_protos.h 36.4 (19.07.90)
  5. ** Includes Release 38.56
  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 DEVICES_INPUTEVENT_H
  13. #include <devices/inputevent.h>
  14. #endif
  15. #ifndef DEVICES_KEYMAP_H
  16. #include <devices/keymap.h>
  17. #endif
  18.  
  19. void SetKeyMapDefault( struct KeyMap *keyMap );
  20. struct KeyMap *AskKeyMapDefault( void );
  21. WORD MapRawKey( struct InputEvent *event, STRPTR buffer, long length,
  22.  struct KeyMap *keyMap );
  23. LONG MapANSI( STRPTR string, long count, STRPTR buffer, long length,
  24.  struct KeyMap *keyMap );
  25. #endif 
  26.