Skip to content

Never push BS (backspace) character to `text` in the gpu_cache example

Jeremy Soller requested to merge lo48576:fix-gpucache-example into master

Created by: lo48576

Backspace didn't work correctly because the example code pushes \u{8} at line 230 and then removes it at line 236.

This PR prevent appending BS character (\u{8}) to text, and enables Backspace key to work correctly.

Merge request reports