source: abuse/branches/pd/macabuse/imlib/port/unix/joystick.c @ 636

Last change on this file since 636 was 49, checked in by Sam Hocevar, 15 years ago
  • Imported original public domain release, for future reference.
  • Property svn:keywords set to Id
File size: 162 bytes
Line 
1int joy_init(int argc, char **argv)
2{ return 0; }
3
4void joy_calibrate() { ; }
5
6void joy_status(int &b1, int &b2, int &b3, int &xv, int &yv)
7{ b1=b2=b3=xv=yv=0; }
Note: See TracBrowser for help on using the repository browser.