// Modified by:
// Created: 01/02/97
// RCS-ID: $Id$
-// Copyright: (c) Julian Smart and Markus Holzem
-// Licence: wxWindows license
+// Copyright: (c) Julian Smart
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifndef __JOYSTICKH__
-#define __JOYSTICKH__
+#ifndef _WX_JOYSTICK_H_
+#define _WX_JOYSTICK_H_
#ifdef __GNUG__
#pragma interface "joystick.h"
* Public interface
*/
- wxJoystick(int joystick = wxJOYSTICK1) { m_joystick = joystick; };
+ wxJoystick(int joystick = wxJOYSTICK1);
// Attributes
////////////////////////////////////////////////////////////////////////////
// Capabilities
////////////////////////////////////////////////////////////////////////////
+ static int GetNumberJoysticks(void);
+
bool IsOk(void) const; // Checks that the joystick is functioning
- int GetNumberJoysticks(void) const ;
int GetManufacturerId(void) const ;
int GetProductId(void) const ;
wxString GetProductName(void) const ;
};
#endif
- // __JOYSTICKH__
+ // _WX_JOYSTICK_H_