You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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???
The text was updated successfully, but these errors were encountered:
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.
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.
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???
The text was updated successfully, but these errors were encountered: