]>
git.saurik.com Git - wxWidgets.git/blob - wxPython/wx/py/wxd/Joystick.py
1 """Decorator classes for documentation and shell scripting.
4 __author__
= "Patrick K. O'Brien <pobrien@orbtech.com>"
6 __revision__
= "$Revision$"[11:-2]
9 # These are not the real wxPython classes. These are Python versions
10 # for documentation purposes. They are also used to apply docstrings
11 # to the real wxPython classes, which are SWIG-generated wrappers for
15 from Base
import Object
16 import Parameters
as wx
19 class Joystick(Object
):
22 def GetButtonState(self
):
26 def GetManufacturerId(self
):
34 def GetMaxButtons(self
):
38 def GetMovementThreshold(self
):
42 def GetNumberAxes(self
):
46 def GetNumberButtons(self
):
50 def GetNumberJoysticks(self
):
54 def GetPOVCTSPosition(self
):
58 def GetPOVPosition(self
):
62 def GetPollingMax(self
):
66 def GetPollingMin(self
):
70 def GetPosition(self
):
74 def GetProductId(self
):
78 def GetProductName(self
):
82 def GetRudderMax(self
):
86 def GetRudderMin(self
):
90 def GetRudderPosition(self
):
102 def GetUPosition(self
):
114 def GetVPosition(self
):
142 def GetZPosition(self
):
150 def HasPOV4Dir(self
):
178 def ReleaseCapture(self
):
182 def SetCapture(self
):
186 def SetMovementThreshold(self
):