PyErr_SetString(PyExc_NotImplementedError,
"wxJoystick is not available on this platform.");
PyErr_SetString(PyExc_NotImplementedError,
"wxJoystick is not available on this platform.");
}
wxPoint GetPosition() { return wxPoint(-1,-1); }
int GetZPosition() { return -1; }
}
wxPoint GetPosition() { return wxPoint(-1,-1); }
int GetZPosition() { return -1; }
int GetNumberJoysticks() { return -1; }
int GetManufacturerId() { return -1; }
int GetProductId() { return -1; }
int GetNumberJoysticks() { return -1; }
int GetManufacturerId() { return -1; }
int GetProductId() { return -1; }
int GetXMin() { return -1; }
int GetYMin() { return -1; }
int GetZMin() { return -1; }
int GetXMin() { return -1; }
int GetYMin() { return -1; }
int GetZMin() { return -1; }