source: abuse/branches/pd/imlib/port/mac/joystick.c @ 528

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