oblitum / Interception

The Interception API aims to build a portable programming interface that allows one to intercept and control a range of input devices.
http://oblita.com/interception
1.33k stars 271 forks source link

Driver interfering with mouse capture #71

Closed JPVenson closed 5 years ago

JPVenson commented 6 years ago

Hey,

I Installed the Interception diver properly and started to work on my Projekt. After some time i wanted to play some games again and observed that all my games keeps losing its Mouse capture. (For example Divinity 2).

It seems the Interception DLL is interfering with captured mice. After i uninstalled the driver it works fine again.

oblitum commented 5 years ago

Some games are known to take specific measures to block Interception, whose possible circumvention would be to alter driver sources and rebuild. Also without additional information there's nothing I can do at all.

JPVenson commented 5 years ago

What kind of information do you need?