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

Type JoystickEvent

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


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

Generated by Epydoc 2.1.20040428.rpd on Tue Nov 9 17:04:21 2004 http://epydoc.sf.net