source:
abuse/trunk/src/imlib/include/joy.hpp
@
32
Last change on this file since 32 was 2, checked in by , 17 years ago | |
---|---|
File size: 229 bytes |
Rev | Line | |
---|---|---|
[2] | 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.