Scroll works but Ctrl+scroll does not. Is it possible to capture Ctrl pressed when window does not have focus?
I'm not sure if it's possible to do in glfw. Probably not. When window is not focused it cannot capture key events so it won't be possible to detect Ctrl + Scroll in unfocused window :(. I would need to use WinAPI for this. (on Linux it depends on windowing system and it's not even supported in Wayland)