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
The expected behavior is when a character is held down, the character will continue to be inputted. Instead, pressing and holding down only inputs the character once. To fix this, the program should continuously listen until key up event.
The text was updated successfully, but these errors were encountered:
The expected behavior is when a character is held down, the character will continue to be inputted. Instead, pressing and holding down only inputs the character once. To fix this, the program should continuously listen until key up event.
The text was updated successfully, but these errors were encountered: