DronCode / ReHitman

Hitman Blood Money Reverse Project
http://rehitman.online
28 stars 5 forks source link

Input hook drops frame delta #4

Closed DronCode closed 4 years ago

DronCode commented 4 years ago

We have bad timings in gameplay when we are using hooked input. This brokes the M13 mission. Need to fix that.

ZKeyboardInput component could be used for that.

DronCode commented 4 years ago

Fixed in https://github.com/DronCode/ReHitman/pull/5

ZKeyboardWintel & ZMouseWintel are using DirectInput8 interface and their data couldn't be used for our purposes. But that interfaces are reversed and documented for future usage from our DLL.