Pixi.js FocusableWidget example, to have an onfocus() event on sprite?

28 Views Asked by At

We want to have an onfocus() event triggered on a Pixi's sprite, similar to the onfocus() HTML event. I can see that Pixi has already a FocusableWidget object and FocusController, but there's not any example that can be found. Does anyone have an example, with a Pixi sprite?

0

There are 0 best solutions below