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

Type JoystickEvent

object --+        
         |        
    Object --+    
             |    
         Event --+
                 |
                JoystickEvent


Proxy of C++ JoystickEvent class
Method Summary
JoystickEvent __init__(self, type, state, joystick, change)
  __repr__(self)
bool ButtonDown(self, but)
bool ButtonIsDown(self, but)
bool ButtonUp(self, but)
int GetButtonChange(self)
int GetButtonState(self)
int GetJoystick(self)
Point GetPosition(self)
int GetZPosition(self)
bool IsButton(self)
bool IsMove(self)
bool IsZMove(self)
  SetButtonChange(self, change)
  SetButtonState(self, state)
  SetJoystick(self, stick)
  SetPosition(self, pos)
  SetZPosition(self, zPos)

Property Summary
  m_buttonChange
  m_buttonState
  m_joyStick
  m_pos
  m_zPosition

Property Details

m_buttonChange

Get Method:
GetButtonChange(self)
Set Method:
SetButtonChange(self, change)

m_buttonState

Get Method:
GetButtonState(self)
Set Method:
SetButtonState(self, state)

m_joyStick

Get Method:
GetJoystick(self)
Set Method:
SetJoystick(self, stick)

m_pos

Get Method:
GetPosition(self)
Set Method:
SetPosition(self, pos)

m_zPosition

Get Method:
GetZPosition(self)
Set Method:
SetZPosition(self, zPos)

Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:25:10 2005 http://epydoc.sf.net