source:
abuse/branches/pd/macabuse/imlib/port/unix/joystick.c
@
636
Last change on this file since 636 was 49, checked in by , 15 years ago | |
---|---|
|
|
File size: 162 bytes |
Line | |
---|---|
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.