VulkanSceneGraph
VulkanSceneGraph copied to clipboard
Scroll Wheel Delta Misbehavior with Alt Key
In the function void apply(vsg::ScrollWheelEvent& scrollWheel) scrollWheel.delta.y returns 1 when scrolling forward and -1 when scrolling backward. However, when the Alt key is pressed, it returns a value in both directions (regardless of scrolling forward or backward).