Re: Problem with pyglet windows mouse event on_mouse_press

2018-03-06 Thread Benjamin Moran
Hi Joshua, Yes, Dan was able to have a look at this recently. He has a pull request currently open, which would be great if you could try: https://bitbucket.org/pyglet/pyglet/pull-requests/112/fix-bug-introduced-in-pr-104-commit/diff If you try it, let us know your results either here or by

Re: Midi Visualizer

2018-03-06 Thread Benjamin Moran
Hi Eelke, Sorry, I've been very busy the last week. It seems like you're making good progress! Not bad for your first project. *In answer to your previous questions:* In simple terms, the on_draw method is called whenever you press a key or resize the window. This is an "event driven"

Re: Problem with pyglet windows mouse event on_mouse_press

2018-03-06 Thread Joshua C
Hi Benjamin, Recently got back into Pyglet after noticing some updates (been a few years). Had this same issue as described above using the example code: all events are being detected except on_mouse_press, for all three of the main mouse buttons, and the two side buttons aren't detected