Benjamin

Results 144 comments of Benjamin

The OpenAL driver does support the Doppler pitch adjustments as well, but I haven't looked into it in detail. I'm not sure how to test it, short of trying to...

Seems like you might have an older version of pyglet installed.

There might be a conflict with your environment somewhere. `pyglet.options` is just a dictionary, and definitely exists in the latest releases: https://github.com/pyglet/pyglet/blob/a8aef80969ad783d62ae8326b6d4d5159bd77208/pyglet/__init__.py#L142 You can try printing out the `pyglet.version` at...

I just meant to try uninstalling pyglet more than once. Pip will check all potential locations, so if you have multiple installed it may find them. I'm not sure of...

Closing this due to age, but if you're still having issues please follow up or reopen the ticket. Thanks!

Thanks for opening the ticket, and sorry for the slow reply. I was able to replicate this on Linux. Can you confirm which OS you're using?

Thank you, that helps narrow it down.

Sorry for the slow reply, and thanks for opening the ticket. This shouldn't be happening, unless somehow OS events are being dropped. You mentioned it happens when you experience slowdown...

Thanks for the pull request Lenny! I'll try to test the Linux code on my machine. The only potential "gotcha" is that the scroll wheel is often treated as a...

Hi @LennyPhoenix, I had a look at this recently, I think it just needs some additions to the `XlibWindow._event_motionnotify` and `XlibWindow._event_motionnotify_view` methods. Those are the only two places that dispatch...