steps like this into
processing.py:
Return to the page you came
from.
Please let me know if there's a way to do this, or if my general
approach (having such a processing page) is off.
Thanks,
Shreyas
- I did try searching for this in the archive but am not even entirely
sure what it is
Thanks much, Location: took care of what I needed. I'll look to the
http protocols for the future.
Shreyas
--
http://mail.python.org/mailman/listinfo/python-list
Hi ,
I am trying to control the motion of the camera with help of joystick , i
need some basic functionality where if i move a joystick to left the camera
moves to the left . Can anyone help me with that ?
Thanks
Shreyas
--
http://mail.python.org/mailman/listinfo/python-list
x27;+
str(j.get_button(n))
print '-'*10 # separation
elif e.type == pygame.locals.JOYBUTTONUP: # 11
for j in jlist:
for n in range(j.get_numbuttons()):
print 'up bu