projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Simplify backend enum naming, we do not need separate values for gtk and osx webkit...
[wxWidgets.git]
/
include
/
wx
/
os2
/
joystick.h
diff --git
a/include/wx/os2/joystick.h
b/include/wx/os2/joystick.h
index 6e5a4c92365d495d543fc647a541d4230b692d33..e41369235524151e58012cfcbd59d1cc8bcca8de 100644
(file)
--- a/
include/wx/os2/joystick.h
+++ b/
include/wx/os2/joystick.h
@@
-1,5
+1,5
@@
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
-// Name: joystick.h
+// Name:
wx/os2/
joystick.h
// Purpose: wxJoystick class
// Author: David Webster
// Modified by:
// Purpose: wxJoystick class
// Author: David Webster
// Modified by:
@@
-14,7
+14,7
@@
#include "wx/event.h"
#include "wx/event.h"
-class WXDLL
EXPORT
wxJoystick: public wxObject
+class WXDLL
IMPEXP_ADV
wxJoystick: public wxObject
{
DECLARE_DYNAMIC_CLASS(wxJoystick)
public:
{
DECLARE_DYNAMIC_CLASS(wxJoystick)
public:
@@
-42,7
+42,7
@@
class WXDLLEXPORT wxJoystick: public wxObject
////////////////////////////////////////////////////////////////////////////
bool IsOk() const; // Checks that the joystick is functioning
////////////////////////////////////////////////////////////////////////////
bool IsOk() const; // Checks that the joystick is functioning
-
int GetNumberJoysticks() const
;
+
static int GetNumberJoysticks()
;
int GetManufacturerId() const ;
int GetProductId() const ;
wxString GetProductName() const ;
int GetManufacturerId() const ;
int GetProductId() const ;
wxString GetProductName() const ;