source:
abuse/tags/pd/macabuse/imlib/port/mac/joystick.c
@
49
Last change on this file since 49 was 49, checked in by , 15 years ago | |
---|---|
|
|
File size: 166 bytes |
Line | |
---|---|
1 | #include "joy.hpp" |
2 | |
3 | int joy_init(int argc, char **argv) |
4 | { |
5 | return 0; |
6 | } |
7 | |
8 | void joy_status(int &b1, int &b2, int &b3, int &xv, int &yv) |
9 | { |
10 | } |
11 | |
12 | |
13 | void joy_calibrate() |
14 | { |
15 | } |
Note: See TracBrowser
for help on using the repository browser.