mromnia Posted March 24, 2017 Share Posted March 24, 2017 Hi, I'm trying to make a HTML UI over my canvas-based game. It works fine, except every click on my UI overlay also triggers a click on the canvas - it seems PIXI adds listeners to the window object (when I inspect the events received by the canvas, the original target is the window). I'm not sure how to disable that or if there's some kind of approved, not hacky workaround. I would want to only receive PIXI events if they interact with the canvas directly. Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted March 25, 2017 Share Posted March 25, 2017 Yeah, that was fixed in 4.4.1. Then in 4.4.2. Then in 4.4.3. I'm not sure it works in latest versoin correctly, guys are patching this thing for last 2 weeks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.