OmegaRogue
OmegaRogue
this PR here removed the `TouchEvent`: https://github.com/pixijs/pixijs/pull/9474
After more investigation, it seems like the events that can be listened to are the elements from the `touches` array, but somehow the original value of the property `identifier` gets...
I don't know what was going on yesterday that I was only receiving one identifier value regardless of touch point, but today I'm getting the correct identifiers. With the correct...
for the time being, I've managed to get `touches` back using this libWrapper snippet: ```js // get the path to the function, this is a bit weird because pixijs is...
> @OmegaRogue Where are you suggesting to put this workaround code at? You put it into a module, one of which I'm working on
> > > @OmegaRogue Where are you suggesting to put this workaround code at? > > > > You put it into a module, one of which I'm working on...
I have however found another place where touch support is broken currently (haven't yet tested whether that also was a regression), and that is drag and drop from the sidebar,...
> > My original method is causing some very weird bugs with drag and drop of templates breaking everything else, so its looking like for now the best way will...
I'm willing to do a fresh implementation of weylus (or at least the concept of it) as part of the native app I'm working on
> I really hope the dev comes back some time, this is such an amazing project, it'd be a shame if it was abandoned just like that. > But either...