//----------------------------------------------------------------------
+#ifdef __WXMSW__
class wxJoystick {
public:
wxJoystick(int joystick = wxJOYSTICK1);
bool SetCapture(wxWindow* win, int pollingFreq = 0);
bool ReleaseCapture();
};
+#endif
//----------------------------------------------------------------------
//----------------------------------------------------------------------