JohnnyonFlame / DInputWrapper

DirectInput hooking utility for Metro 2033 and Last Light
13 stars 9 forks source link

Only change sensitivity for mouse input #5

Closed CodingSquirrel closed 5 years ago

CodingSquirrel commented 5 years ago

As it was coded, all devices would have the data for their inputs matching offset DIMOFS_Y multiplied by aspect. For certain lower sensitivities this happens to not cause problems. But in my case, using an ultrawide display, it caused my '3' key on the keyboard to no longer work in game.

JohnnyonFlame commented 5 years ago

Fair enough, that flew over my radar completely. Thanks for the contribution.