#include "joy.hpp" /* NOTE: No joystick support yet. */ int joy_init( int argc, char **argv ) { /* Do Nothing */ return 0; } void joy_status( int &b1, int &b2, int &b3, int &xv, int &yv ) { /* Do Nothing */ } void joy_calibrate() { /* Do Nothing */ }