David Figatner
David Figatner
Still working on this. I've had limited success using https://medium.com/@auchenberg/detecting-multi-touch-trackpad-gestures-in-javascript-a2505babb10e To give you an idea where I am: it sort of works on PC trackpads but the 'wheel' event (on...
This may not be possible. Here's the stackoverflow conversation: https://stackoverflow.com/questions/56825793/javascript-wheel-event-locks-to-horizontal-or-vertical-movement-and-does-not-all I'll see if there are any other suggestions, but on Chrome/PC, the trackpad will not properly register the movement events....
And here's the chrome bug report: https://bugs.chromium.org/p/chromium/issues/detail?id=980479 Feel free to star the report if you're interested in having this feature.
Looks like chrome is not going to support this behavior. I'm going to close this issue since it's not worth implementing if it doesn't work in chrome.
Correct. On chrome you cannot use two-finger movement on a trackpad. Once you start a two-finger movement, chrome locks you in the horizontal or vertical direction. You do not get...
Yes, I've been working on a patch to support both PC and Mac trackpads for wheel scroll, and pinch and zoom. It's currently in the gesture branch of this repository....
Cool. let me know how the branch works and if you find any bugs. i've tested it somewhat and it seems to work. i do need to get the mac...
I have not, but I really need to get that done. I don't have my mac with me today, but I'll put it in my bag for tomorrow and get...
I got about halfway done with it, and then the project I was consulting on ended. I definitely want to finish this, but it may not be until my schedule...
I hadn't given it much thought. I don't understand how/why pixi uses the .mjs files. I thought they would compile to use import/export statements? Looking through them at https://github.com/pixijs/pixijs/releases, they...