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.32k stars 271 forks source link

Enabling mouse/keyboard interception separately #101

Closed Kaptard closed 4 years ago

Kaptard commented 4 years ago

Is there some way to install the driver for mouse or keyboard input only?

I'm using an application that tends to max out all CPU cores at times, which results in key releases being registered way too late. That's happening even with no interception scripts running which could cause significant lag.

oblitum commented 4 years ago

Currently no, installers will install both drivers. But what you're stating shouldn't be an issue if you follow tutorial and samples that raise process priority of the application using interception, that should always be done actually (such process itself shouldn't take too long to respond input too, given its higher priority).