]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/event.h
Add SetPostBuffer(wxMemoryBuffer) and SetPostText() to wxHTTP.
[wxWidgets.git] / interface / wx / event.h
index cb1b2aeb63f9db33fe9d35f7b3e2737979fe8ba6..639f8bdb59fe009fd1b3df6e30c7d4d3cf6774f9 100644 (file)
@@ -1662,11 +1662,15 @@ public:
 
     /**
         Returns the x, y position of the joystick event.
+
+        These coordinates are valid for all the events except wxEVT_JOY_ZMOVE.
     */
     wxPoint GetPosition() const;
 
     /**
         Returns the z position of the joystick event.
+
+        This method can only be used for wxEVT_JOY_ZMOVE events.
     */
     int GetZPosition() const;