source: abuse/tags/pd/macabuse/imlib/port/mac/joystick.c @ 49

Last change on this file since 49 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: 166 bytes
Line 
1#include "joy.hpp"
2
3int joy_init(int argc, char **argv)
4
5        return 0;
6}
7
8void joy_status(int &b1, int &b2, int &b3, int &xv, int &yv)
9{
10}
11
12
13void joy_calibrate()
14{
15}
Note: See TracBrowser for help on using the repository browser.