Andreas Bresser
Andreas Bresser
I suggest using webpack with eslint. for example https://gist.github.com/brean/f5e7f5c7cc3ad1364daa865756c33b5b
This is a known issue, I started to create a keyboard-wrapper solution but although I got some features in there it did not do all the things that a DOM...
The ScrollThumb inherrits Button. Buttons can have 3 different states (up/down/hover), so why not have those states for the ScrollThumb, too? The theme you use does only support one image...
Oh, another alternative would be to have HorizontalScrollThumb and VerticalScrollThumb as different Components, but I am not so sure about that...
I think you are right... I think this as a bug.
oh, good one, I did not expect that mouse events are captured on parts of pixi components that are masked out.
v5 is not stable yet, and I don't have much time to do testing so I'll do that once it has a stable release but at first glance it looks...
I think 2-finger touch is (or should be) interpreted the same way scroll wheel on desktop computer works. I played a bit with a basic scroll wheel integration in PIXI,...
I am having the same problem. I tried setting `--lockstep` for empty_world but I am still getting the log filled up with the warning. ``` [...] ``` Any other ideas?
The idea was simple: Use the distance from the start to the next nodes (what we are calculating anyway) and if its above a certain threshold do not go into...