Open giulianopz opened 9 months ago
At the moment a single keystroke is mapped to a number of ASCII codes, each one triggering an unnecessary re-rendering of the UI. The window should rather be redrawn only in response to specific events.
Ref: https://dubroy.com/blog/three-ways-of-handling-user-input/
At the moment a single keystroke is mapped to a number of ASCII codes, each one triggering an unnecessary re-rendering of the UI. The window should rather be redrawn only in response to specific events.