source:
abuse/trunk/src/sdlport/joystick.cpp
@
28
Last change on this file since 28 was 2, checked in by , 18 years ago | |
---|---|
File size: 260 bytes |
Rev | Line | |
---|---|---|
[2] | 1 | #include "joy.hpp" |
2 | ||
3 | /* NOTE: No joystick support yet. | |
4 | */ | |
5 | ||
6 | int joy_init( int argc, char **argv ) | |
7 | { | |
8 | /* Do Nothing */ | |
9 | return 0; | |
10 | } | |
11 | ||
12 | void joy_status( int &b1, int &b2, int &b3, int &xv, int &yv ) | |
13 | { | |
14 | /* Do Nothing */ | |
15 | } | |
16 | ||
17 | void joy_calibrate() | |
18 | { | |
19 | /* Do Nothing */ | |
20 | } |
Note: See TracBrowser
for help on using the repository browser.