]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/joystick.h
add default parameters for width and style parameters of FindOrCreatePen() for consis...
[wxWidgets.git] / interface / joystick.h
index 52bad0c9fa7a1461bc981a8e9c6635235bb33e6f..69707ba76dc1797e3a5d8e8d9e7ad7863631a591 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        joystick.h
-// Purpose:     documentation for wxJoystick class
+// Purpose:     interface of wxJoystick
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -15,8 +15,7 @@
     @library{wxadv}
     @category{FIXME}
 
-    @seealso
-    wxJoystickEvent
+    @see wxJoystickEvent
 */
 class wxJoystick : public wxObject
 {
@@ -36,7 +35,7 @@ public:
     //@{
     /**
         Returns the state of the specified joystick button.
-        
+
         @param id
             The button id to report, from 0 to GetNumberButtons() - 1
     */
@@ -99,7 +98,7 @@ public:
     //@{
     /**
         Returns the position of the specified joystick axis.
-        
+
         @param axis
             The joystick axis to report, from 0 to GetNumberAxes() - 1.
     */
@@ -240,25 +239,25 @@ public:
 
     /**
         Releases the capture set by @b SetCapture.
-        
+
         @returns @true if the capture release succeeded.
-        
+
         @see SetCapture(), wxJoystickEvent
     */
     bool ReleaseCapture();
 
     /**
         Sets the capture to direct joystick events to @e win.
-        
+
         @param win
             The window that will receive joystick events.
         @param pollingFreq
             If zero, movement events are sent when above the
             threshold. If greater than zero, events are received every pollingFreq
         milliseconds.
-        
+
         @returns @true if the capture succeeded.
-        
+
         @see ReleaseCapture(), wxJoystickEvent
     */
     bool SetCapture(wxWindow* win, int pollingFreq = 0);
@@ -270,3 +269,4 @@ public:
     */
     void SetMovementThreshold(int threshold);
 };
+