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

When mapped keyaboard used too much, things slow down #90

Closed paradoxalan closed 4 years ago

paradoxalan commented 4 years ago

Hello, i'm using for access control in gym software, and when used instensevely, the response from the keyboard to intercept slows down a lot. When not used so much, things are fast normal. Is there some tuning anywhere to be done, extra configuration, buffer capacity somewhere, clean something? Thanks for the help.

oblitum commented 4 years ago

Programs that use Interception should always be executed with higher process priority, that's why all the samples raise process priority. That's the primary reason for slowness, and the only one I know of. Are you raising process priority to use it?

oblitum commented 4 years ago

Closing for inactivity.

paradoxalan commented 4 years ago

Thanks for the help, the issue was somewhere else i think