proceso
proceso copied to clipboard
DOM element event functions not supported
Creating a dom element with create_* successfully creates an element on the page but event functions like mousePressed etc. cannot be attached to them.
Good catch @adamantonio!
It could be nice to get this working using PyScript's tools for interacting with the DOM. I'm tinkering with the @when decorator and will circle back with a couple of prototypes.