haekb / nolf2-modernizer

NOLF 2 Modernizer aims to unlock resolution support, restore multi-player support, and fix a few bugs here and there.
https://haekb.itch.io/nolf2-modernizer
30 stars 4 forks source link

Direct mouse access #80

Closed haekb closed 4 years ago

haekb commented 4 years ago

DMA has arrived!

Thanks to some pointer crawling, I found that raw values obtained from DirectInput8.

I want to thank everyone who text logging for making it super easy to track it down.

haekb commented 4 years ago

Turns out the problem isn't the engine. It's direct input. Even with direct access to raw values, it's still not great.