]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/joystick.cpp
don't readd items in SetImageList() after changing the control mode, they are suppose...
[wxWidgets.git] / src / palmos / joystick.cpp
index 01a44cd3e3c20f7dc97b6b3f49dc92911d71b625..528e6dc40852a2b364e487106a1a63e96a20cc81 100644 (file)
@@ -35,6 +35,18 @@ wxPoint wxJoystick::GetPosition() const
     return wxPoint(0, 0);
 }
 
+int wxJoystick::GetPosition(unsigned axis) const
+{
+    // TODO
+    return 0;
+}
+
+bool wxJoystick::GetButtonState(unsigned id) const
+{
+    // TODO
+    return false;
+}
+
 int wxJoystick::GetZPosition() const
 {
     return 0;