source: abuse/branches/pd/imlib/include/joy.hpp @ 608

Last change on this file since 608 was 49, checked in by Sam Hocevar, 15 years ago
  • Imported original public domain release, for future reference.
File size: 229 bytes
Line 
1#ifndef __JOYSTICK_HPP_
2#define __JOYSTICK_HPP_
3
4int joy_init(int argc, char **argv);              // returns 0 if joy stick not avaible
5void joy_status(int &b1, int &b2, int &b3, int &xv, int &yv);
6void joy_calibrate();
7
8#endif
Note: See TracBrowser for help on using the repository browser.