mouse icon indicating copy to clipboard operation
mouse copied to clipboard

Issue with specific mouse

Open uhDreamer opened this issue 7 years ago • 1 comments
trafficstars

Mouse wheel on my logitech g50d has a sort of half click which throws an error in "low_level_mouse_handler" in the "mouse/_winmouse.py" file. Made a hack fix by setting event to None before the "if wParam..." and only putting to the queue when not None. basically it just ignores when it sees a button it can't handle.

uhDreamer avatar Apr 16 '18 23:04 uhDreamer

That was pretty stupid of me. Right now there's no support for events of arbitrary types, so I'm changing the code to simply ignore unknown events. The fixed version is available in the master branch.

Thanks for the report.

boppreh avatar Apr 17 '18 18:04 boppreh