home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / ABUSESRC.ZIP / AbuseSrc / imlib / port / unix / joystick.c < prev    next >
Encoding:
Text File  |  1995-07-23  |  169 b   |  8 lines

  1. int joy_init(int argc, char **argv)
  2. { return 0; }
  3.  
  4. void joy_calibrate() { ; }
  5.  
  6. void joy_status(int &b1, int &b2, int &b3, int &xv, int &yv)
  7. { b1=b2=b3=xv=yv=0; }
  8.