]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/joystick.h
set eol-style
[wxWidgets.git] / include / wx / unix / joystick.h
index 4ff41f134e890d5ac8c4e2bdc68d11f797f8baff..955db788d9407ef1b32e13c3c08f12875458013b 100644 (file)
@@ -15,7 +15,7 @@
 #include "wx/event.h"
 #include "wx/thread.h"
 
-class WXDLLEXPORT wxJoystickThread;
+class WXDLLIMPEXP_FWD_CORE wxJoystickThread;
 
 class WXDLLEXPORT wxJoystick: public wxObject
 {
@@ -32,6 +32,8 @@ class WXDLLEXPORT wxJoystick: public wxObject
     ////////////////////////////////////////////////////////////////////////////
 
     wxPoint GetPosition() const;
+    int GetPosition(unsigned axis) const;
+    bool GetButtonState(unsigned button) const;
     int GetZPosition() const;
     int GetButtonState() const;
     int GetPOVPosition() const;