Hi,
I've written a nifty projectile simulator using pygames with the livewires wrapper for physic class: rocket on launch pad has assignable speed and direction, launching causes rocket to move under influence of gravity.
Currently, the user can use the mouse to change the initial direction of the rocket, but the initial speed is changed only by the up or down arrow keys. I would *love* to be able to use the mouse scroll ability to do the same.
Does anyone have experience capturing events using Livewires?
Thanks,
Jeff Cagle