Hi,
Complicated question but it's rather simple. If we want a toggle on long press on the LT button for example (often used for aiming), we just activate toggle on long press for that button, but now, every time we use a single press on LT it won't respond unless the button is released before the long press time threshold activation. So if we have a long press time activation at 500ms for example, if we press LT during 1 ms and 499 ms, literally nothing happens, nothing is registered. Rewasd just waits for you to either release the button before the 500 ms mark or to keep it pressed to activate toggle.
How do we make rewasd being as responsive as having no toggle option on a button while still activating the toggle whenever the press time is long enough?
Simple example of what i mean : we press LT, rewasd registers the input instantly and if we hold it, the button is still considered pressed, if we release it before the long press time, the button is considered released as well, as if the toggle option we entered didn't exist. But, if LT is held long enough, the toggle option "takes over" the single press and LT stays pressed down even if the button is released.
Thank you for your help.
Complicated question but it's rather simple. If we want a toggle on long press on the LT button for example (often used for aiming), we just activate toggle on long press for that button, but now, every time we use a single press on LT it won't respond unless the button is released before the long press time threshold activation. So if we have a long press time activation at 500ms for example, if we press LT during 1 ms and 499 ms, literally nothing happens, nothing is registered. Rewasd just waits for you to either release the button before the 500 ms mark or to keep it pressed to activate toggle.
How do we make rewasd being as responsive as having no toggle option on a button while still activating the toggle whenever the press time is long enough?
Simple example of what i mean : we press LT, rewasd registers the input instantly and if we hold it, the button is still considered pressed, if we release it before the long press time, the button is considered released as well, as if the toggle option we entered didn't exist. But, if LT is held long enough, the toggle option "takes over" the single press and LT stays pressed down even if the button is released.
Thank you for your help.
Comment