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)
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
  ButtonChange: See GetButtonChange and SetButtonChange
  ButtonState: See GetButtonState and SetButtonState
  Joystick: See GetJoystick and SetJoystick
  m_buttonChange
  m_buttonState
  m_joyStick
  m_pos
  m_zPosition
  Position: See GetPosition and SetPosition
  thisown: The membership flag
  ZPosition: See GetZPosition and SetZPosition

Property Details

ButtonChange

See GetButtonChange and SetButtonChange

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

ButtonState

See GetButtonState and SetButtonState

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

Joystick

See GetJoystick and SetJoystick

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

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)

Position

See GetPosition and SetPosition

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

thisown

The membership flag

ZPosition

See GetZPosition and SetZPosition

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

Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:07:39 2007 http://epydoc.sf.net