home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / GameSmith1-Hisoft-System.DMS / in.adf / GDS_System.lha / include / ports / joystick.h next >
Encoding:
C/C++ Source or Header  |  1993-11-22  |  251 b   |  14 lines

  1. #ifndef GS_JOYSTICK
  2. #define GS_JOYSTICK  1
  3.  
  4. /* Return values for joystick routines */
  5.  
  6. #define JOY_RIGHT    0x01
  7. #define JOY_LEFT     0x02
  8. #define JOY_DOWN     0x04
  9. #define JOY_UP       0x08
  10. #define JOY_BUTTON1  0x10
  11. #define JOY_BUTTON2  0x20
  12.  
  13. #endif
  14.