scenerygraphics / scenery

Flexible VR Visualisation for Volumetric and Geometric Data on the Java VM, powered by Kotlin and Vulkan.
https://scenery.graphics
GNU Lesser General Public License v3.0
131 stars 32 forks source link

GLFWMouseAndKeyHandler: fix #377 in windows every click registers as … #777

Closed moreApi closed 2 months ago

moreApi commented 2 months ago

…left click and no scrolling. There were a few values in the wrong places.

moreApi commented 2 months ago

button2 and button3 do not map to the correct buttons

moreApi commented 2 months ago

they do now. Also the test that never worked corretly works now like it should ... i hope