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
I am writing a C++ software intended to perform a sequence of key presses while the "Q" key is held down. So far so good; however, I've noticed a delay during the initial key press, similar to what occurs with a standard keyboard. Is there a method to remove this delay without altering the keyboard filters within Windows?
I am writing a C++ software intended to perform a sequence of key presses while the "Q" key is held down. So far so good; however, I've noticed a delay during the initial key press, similar to what occurs with a standard keyboard. Is there a method to remove this delay without altering the keyboard filters within Windows?
this is my current code: https://pastebin.com/i152uqTS
Left and W are pressed just as intended. However, there's an annoying delay between the first and the following key presses
The text was updated successfully, but these errors were encountered: