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

Steer Wheel Drag Delay #496

Open
rayangubs opened this issue Sep 13, 2021 · 3 comments
Open

Steer Wheel Drag Delay #496

rayangubs opened this issue Sep 13, 2021 · 3 comments

Comments

@rayangubs
Copy link

Is there any way to reduce the drag delay of the input in the KMT_STEERWHEEL part. I don't know how and for me, the time it takes to move is too long, unlike the previous 1.6 version where it was instantaneous. I appreciate all help.

@renanwp2
Copy link

renanwp2 commented Oct 21, 2021

Not having any delay is a bug. There exist games, like Free Fire and COD, that does not work properly without it. There could be the case of having an option to make it with lower delays, maybe setting it to zero, but never always zero and for all games.

For now, I suggest you recording it and posting it here to show the problem entirely. Showing your config would be welcome as well. I thought It could be changed in the config!

@rayangubs
Copy link
Author

What command or code should I use to decrease the delay of the drag?

@renanwp2
Copy link

renanwp2 commented Oct 28, 2021

It looks that it does not have any option for that. I was trying to find an option for delay in the keymap.cpp., and it does not look to have such an option. Only KMT_CLICK_MULTI has delay option. What I said is that not having any delay is a bug, so it is a needed option. You can see my issue for seeing why this is a needed option. Anyway, have you downloaded the version 1.7 here? Try to download and to compile it and, after, test on other phones as well.

P.S.: Looking his commit, the delay seems "hard coded". I think changing the quint32 lowestTimer, quint32 highestTimer values in getDelayQueue, should decrease the delay.

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

2 participants