Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features without permission from or credit to me
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission or crediting me
Asset use permission in mods/files that are being soldYou are allowed to use the assets in this file in mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
The NVSE team for their work.
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
ISteveAI's Tweaks has had an option that replaces this mod for a while now, just install it and enable bPreventInactiveWindowScrolling. You should probably use that instead. Fixes the problematic behavior of mouse scrolling not being fully captured by the game, which results in scrolling other applications in other windows due to Windows 10's inactive window scroll feature.
This is more noticeable with multi-monitor setups, for example, when scrolling through a menu, you might notice your browser on another screen scrolls as well.
This is because the mouse cursor seems to not actually be restricted to the window. It's obvious why this was never a problem before Windows 10, but now it needs fixing. ?
This uses the ClipCursor() function of the Win32 API to restrict the mouse to the game window's boundaries, only letting go when it loses focus (such as alt-tabbing).
This has also been tested with ReShade and thus should be compatible with other overlays as well. ?