source:
abuse/branches/pd/macabuse/imlib/include/joy.hpp
@
161
Last change on this file since 161 was 49, checked in by , 15 years ago | |
---|---|
File size: 229 bytes |
Line | |
---|---|
1 | #ifndef __JOYSTICK_HPP_ |
2 | #define __JOYSTICK_HPP_ |
3 | |
4 | int joy_init(int argc, char **argv); // returns 0 if joy stick not avaible |
5 | void joy_status(int &b1, int &b2, int &b3, int &xv, int &yv); |
6 | void joy_calibrate(); |
7 | |
8 | #endif |
Note: See TracBrowser
for help on using the repository browser.