Hi! I’m using p5 to fake a retro computer terminal for a spooky game. I want the user to be able to type in the terminal, but I find the html text-input box to be visually jarring.
Is there a way to let the user click on a p5 canvas, and then be able to input text? Is it possible to ‘hide’ the visual aspect of the html text box, while also overlapping with the p5 canvas? Or is there another way to input text?