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)
|