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
// For single character mode to work properly we need to "flush" the buffer after reading or else we'll constantly get the same key presses with each call.
387
395
// Actual key repeats are handled by adding a new key code to the buffer periodically. Key releases are handled in a similar fashion.
0 commit comments