![]() |
#2
|
|||
|
|||
Hi,
To test whether joystick button 1 is down use the following code: Code:
buttons = sid.buttons() if buttons & 1: print 'button 1 is down' |
|
|