Posted 06 August 2016 - 05:37 AM
I've come across an issue with capturing mouse events, but I'm not sure if it's a bug, intended behaviour or an issue with my software.
You can observe my issue with this program: http://pastebin.com/mFKhPS5u
There you can see that mouse_up events do not correctly report when two separate mouse buttons are pressed simultaneously, as the key events do. You can observe how I am capturing these events in the run function at line 147.
Is this a known issue or have I done something wrong?
You can observe my issue with this program: http://pastebin.com/mFKhPS5u
There you can see that mouse_up events do not correctly report when two separate mouse buttons are pressed simultaneously, as the key events do. You can observe how I am capturing these events in the run function at line 147.
Is this a known issue or have I done something wrong?