Try / Tempest

API abstraction layer for 3D graphics, UI and sound. Written in C++17 with Vulkan, DX12 and Metal support.
MIT License
107 stars 27 forks source link

Mouse wheel on X11 is not working. #49

Closed raphaelahrens closed 1 year ago

raphaelahrens commented 1 year ago

Since https://github.com/Try/Tempest/commit/28e85155b28eb50fd3327b3063900236ba12b9a9 the Mouse wheel is not behaving correctly.

Prior to the commit when using the wheel it behaved like forward and backwards movement (W and S). Now seems to also do a motion and a selection. I had not time to test this further. I will investigate when I have more time.

Try commented 1 year ago

Hi, @raphaelahrens and thanks for report!

Wasn't able to reproduce locally(in Ubuntu VM), yet I have idea on what could go wrong with - see ed685f8

raphaelahrens commented 1 year ago

Ok I have no idea what has triggered this and what you changed but the mouse wheel is working again.