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
but I found that the cursor move too slow when press the arrow key one by one, here is the example using my while statement, comparing the origin while statement
in editorReadKey function, there is a
whilestatementand when I transform it into
or
but I found that the cursor move too slow when press the arrow key one by one, here is the example using my
whilestatement, comparing the originwhilestatement2021-12-06.13-51-47.mp4
what is the wrong with my code ??