Re: Problem with pyglet windows mouse event on_mouse_press

2018-02-19 Thread Polorky
Hi, I'm having the same issue. I have run the following code which prints out all detectable Pyglet events: screen.push_handlers(pyglet.window.event.WindowEventLogger()) And this was the result: on_mouse_motion(x=442, y=371, dx=0, dy=-1) on_draw() on_mouse_release(x=442, y=371, button='LEFT'

Re: Problem with pyglet windows mouse event on_mouse_press

2018-02-19 Thread Benjamin Moran
Hi Polorky, I wonder if this is related to this issue: https://bitbucket.org/pyglet/pyglet/issues/130/mouse-release-event-not-triggered We thought that was a Mac only issue related to that specific touchpad, but it's possible the issue lies elsewhere. Interestingly, some people are reporting