Home | Trees | Index | Help |
|
---|
Package wx :: Class 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 | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
Return hash(x)... | |
Return a new object with type S, a subtype of T... | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value | |
Return str(x)... |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Sat Jun 16 16:41:10 2007 | http://epydoc.sf.net |