Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Directx Direct-Input Wrapper Issue? #3

Open
ghost opened this issue Aug 16, 2020 · 2 comments
Open

Directx Direct-Input Wrapper Issue? #3

ghost opened this issue Aug 16, 2020 · 2 comments

Comments

@ghost
Copy link

ghost commented Aug 16, 2020

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???

@elishacloud
Copy link
Owner

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

@ghost
Copy link
Author

ghost commented Aug 17, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant