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

why cant mouse accept float values? #78

Closed numlck closed 5 years ago

numlck commented 5 years ago

why cant the mouse stroke accept float values...

I really need to be able to update floats instead of carry remainders untill next mouse update

oblitum commented 5 years ago

Because it's not provided. It's is a low level library, so it uses raw information and leaves this kind of job to the user atm.