home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / bc4lib / joystick.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-03-08  |  211 b   |  23 lines

  1.  
  2.  
  3.  
  4. extern int hasstick;
  5.  
  6. #ifdef __cplusplus
  7. extern "C" {
  8. #endif
  9.  
  10. void getstik(int *x, int *y, int *b1, int *b2);
  11. void nostikbutton();
  12. void detectstick();
  13.  
  14. #ifdef __cplusplus
  15. }
  16. #endif
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.