Changeset 124 for abuse/trunk/src/sdlport/joystick.cpp
- Timestamp:
- Mar 18, 2008, 9:36:56 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/sdlport/joystick.cpp
r56 r124 27 27 int joy_init( int argc, char **argv ) 28 28 { 29 30 29 /* Do Nothing */ 30 return 0; 31 31 } 32 32 33 33 void joy_status( int &b1, int &b2, int &b3, int &xv, int &yv ) 34 34 { 35 35 /* Do Nothing */ 36 36 } 37 37 38 38 void joy_calibrate() 39 39 { 40 40 /* Do Nothing */ 41 41 }
Note: See TracChangeset
for help on using the changeset viewer.