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

Are newer versions of the library compatible with older drivers? #53

Closed tgharib closed 6 years ago

tgharib commented 6 years ago

I am using a mouse acceleration driver on my machine which relies on your interception library. I'm not sure which version of the library it is using but let us say it is using v1.0.0.

I'm also developing a program that relies on your interception library. Will I be forced to use v1.0.0 of the API or can I use v1.0.1?

oblitum commented 6 years ago

Drivers didn't change between versions, there were just minor API level bugfixes, so no problems.