KrossX / Durazno

XInput wrapper that allows controller customization
MIT License
202 stars 21 forks source link

Mouse sensitivity (acceleration, inertia)? #57

Closed Hexaae closed 8 months ago

Hexaae commented 8 months ago

Wondering if Durazno could (feature request for next version?) alter mouse input too, to change acceleration and inertia... There are some games (e.g. Arkanoid Eternal Battle) which are missing a decent mouse fine tuning, and was looking for some tools to change this per-game, like Durazno does for controllers.

KrossX commented 8 months ago

Durazno it's only a XInput wrapper, there's no mouse data to alter.

There are many ways to get mouse data, for DirectInput this projects might help: dinputto8, dxwrapper, dinput8wrapper. Or for something driver based, you might wanna check this projects: InterAccel, rawaccel