Fallout New Vegas
0 of 0

File information

Last updated

Original upload

Created by

luluco250

Uploaded by

luluco250

Virus scan

Safe to use

Tags for this mod

About this mod

Update:
Use ISteveAI's Tweaks and enable bPreventInactiveWindowScrolling instead: https://www.nexusmods.com/newvegas/mods/66347

Original:
Fix for Windows 10's inactive window scrolling feature, so that scrolling through menus won't scroll windows on other screens.

Requirements
Permissions and credits
Mirrors
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. ?

For source code and building instructions, go here: https://github.com/luluco250/fnv_clipcursor