Module Input :: Class Input
[show private | hide private]
[frames | no frames]

Class Input

Task --+
       |
      Input


Method Summary
  __init__(self)
  addKeyListener(self, listener, priority)
  addMouseListener(self, listener)
  addSystemEventListener(self, listener)
  broadcastEvent(self, listeners, function, *args)
  broadcastSystemEvent(self, name, *args)
  decodeJoystickAxis(self, id)
  decodeJoystickButton(self, id)
  decodeJoystickHat(self, id)
  disableKeyRepeat(self)
  enableKeyRepeat(self)
  encodeJoystickAxis(self, joystick, axis, end)
  encodeJoystickButton(self, joystick, button)
  encodeJoystickHat(self, joystick, hat, pos)
  getKeyName(self, id)
  reloadControls(self)
  removeKeyListener(self, listener)
  removeMouseListener(self, listener)
  removeSystemEventListener(self, listener)
  run(self, ticks)
    Inherited from Task
  started(self)
  stopped(self)

Generated by Epydoc 2.1 on Sat May 26 01:17:05 2007 http://epydoc.sf.net