*/
wxJoystick(int joystick = wxJOYSTICK1);
- ~wxJoystick();
+ virtual ~wxJoystick();
// Attributes
////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////
bool IsOk() const; // Checks that the joystick is functioning
- int GetNumberJoysticks() const ;
+ static int GetNumberJoysticks() ;
int GetManufacturerId() const ;
int GetProductId() const ;
wxString GetProductName() const ;