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

  1. #ifndef DEVICES_KEYBOARD_H
  2. #define DEVICES_KEYBOARD_H
  3. /*
  4. ** $Filename: devices/keyboard.h $
  5. ** $Release: 2.04 Includes, V37.4 $
  6. ** $Revision: 36.0 $
  7. ** $Date: 90/05/01 $
  8. **
  9. ** Keyboard device command definitions
  10. **
  11. ** (C) Copyright 1985-1991 Commodore-Amiga, Inc.
  12. ** All Rights Reserved
  13. */
  14.  
  15. #ifndef EXEC_IO_H
  16. #include "exec/io.h"
  17. #endif
  18.  
  19. #define KBD_READEVENT (CMD_NONSTD+0)
  20. #define KBD_READMATRIX (CMD_NONSTD+1)
  21. #define KBD_ADDRESETHANDLER (CMD_NONSTD+2)
  22. #define KBD_REMRESETHANDLER (CMD_NONSTD+3)
  23. #define KBD_RESETHANDLERDONE (CMD_NONSTD+4)
  24.  
  25. #endif 
  26.