source: abuse/trunk/src/sdlport/joystick.cpp @ 28

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