Package wx :: Class Joystick
[frames | no frames]

Type Joystick

object --+
         |
        Joystick


Proxy of C++ Joystick class


Method Summary
Joystick __init__(self, joystick)
  __del__(self)
  __nonzero__(self)
  __repr__(self)
int GetButtonState(self)
int GetManufacturerId(self)
int GetMaxAxes(self)
int GetMaxButtons(self)
int GetMovementThreshold(self)
int GetNumberAxes(self)
int GetNumberButtons(self)
int GetNumberJoysticks(self)
int GetPollingMax(self)
int GetPollingMin(self)
Point GetPosition(self)
int GetPOVCTSPosition(self)
int GetPOVPosition(self)
int GetProductId(self)
String GetProductName(self)
int GetRudderMax(self)
int GetRudderMin(self)
int GetRudderPosition(self)
int GetUMax(self)
int GetUMin(self)
int GetUPosition(self)
int GetVMax(self)
int GetVMin(self)
int GetVPosition(self)
int GetXMax(self)
int GetXMin(self)
int GetYMax(self)
int GetYMin(self)
int GetZMax(self)
int GetZMin(self)
int GetZPosition(self)
bool HasPOV(self)
bool HasPOV4Dir(self)
bool HasPOVCTS(self)
bool HasRudder(self)
bool HasU(self)
bool HasV(self)
bool HasZ(self)
bool IsOk(self)
bool ReleaseCapture(self)
bool SetCapture(self, win, pollingFreq)
  SetMovementThreshold(self, threshold)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
Return hash(x)...
  __new__(T, S, ...)
Return a new object with type S, a subtype of T...
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
Return str(x)...

Generated by Epydoc 2.1.20050511.rpd on Sat Jun 16 16:41:10 2007 http://epydoc.sf.net