A class to ease the input bind of actions. Setup:
|
|
|
|
|
|
|
|
add_config(self,
config)
Merge a text file config in the main config data collector where the
latter override the former |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
finish(self)
Invoke this before this class object will be off duty |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pyga_joysetup(self)
Pygame joystick(s) startup - returns the number of joysticks found |
source code
|
|
|
|
pyga_joytask(self,
task)
If there is a joy event it will be sent a proper string message and
event value to the messenger queue |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from direct.showbase.DirectObject.DirectObject:
accept,
acceptOnce,
addTask,
classTree,
detectLeaks,
doMethodLater,
getAllAccepting,
ignore,
ignoreAll,
isAccepting,
isIgnoring,
removeAllTasks,
removeTask
|