source:
abuse/tags/pd/macabuse/imlib/port/unix/joystick.c
@
49
Last change on this file since 49 was 49, checked in by , 15 years ago | |
---|---|
|
|
File size: 162 bytes |
Rev | Line | |
---|---|---|
[49] | 1 | int joy_init(int argc, char **argv) |
2 | { return 0; } | |
3 | ||
4 | void joy_calibrate() { ; } | |
5 | ||
6 | void 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.