elishacloud / dxwrapper

Fixes compatibility issues with older games running on Windows 10/11 by wrapping DirectX dlls. Also allows loading custom libraries with the file extension .asi into game processes.
zlib License
1.15k stars 82 forks source link

Added option to disable the mouse hook #183

Closed dkollmann closed 1 year ago

dkollmann commented 1 year ago

Added option to disable the mouse hook. This is useful when the game already handles this and the hook just adds problems.

elishacloud commented 1 year ago

Yeah, I was meaning to add an option for this but never got around to it. Thanks.