DirectX-Wrappers icon indicating copy to clipboard operation
DirectX-Wrappers copied to clipboard

Directx Direct-Input Wrapper Issue?

Open ghost opened this issue 4 years ago • 2 comments

Im trying to fix the mouse acceleration issue with turok evolution and would it be easier to just use a directx mouse wrapper and completly delete the mouse instruction and just use the wrapper? or how would you do it?? any ideas???

ghost avatar Aug 16 '20 17:08 ghost

I don't know much about the mouse acceleration issue with Turok Evolution. You could use a DirectInput wrapper to help debug the mouse interaction and fix the issue with the game via the wrapper. The issue also could be because of the games frame rate. If the game uses DirectX9 or you use D3d8to9 or Dd7to9 to convert the game to DirectX9 you could use EnableVSync to reduce the frame rate.

Also, check out my other project: dinputto8

elishacloud avatar Aug 17 '20 19:08 elishacloud

I don't know much about the mouse acceleration issue with Turok Evolution. You could use a DirectInput wrapper to help debug the mouse interaction and fix the issue with the game via the wrapper. The issue also could be because of the games frame rate. If the game uses DirectX9 or you use D3d8to9 or Dd7to9 to convert the game to DirectX9 you could use EnableVSync to reduce the frame rate.

Also, check out my other project: dinputto8

Thanks and will do check out your other project much respect thanks for the help and advice means a lot.

ghost avatar Aug 17 '20 20:08 ghost