mirror of https://github.com/mosra/magnum.git
Browse Source
The distance reported by it is useless for any practical purpose because it doesn't report a ratio of the current and previous radius between all points, but rather the distance. Which, well, have fun using for any sort of zooming. (And yeah, given that the MultiGestureEvent is gone in SDL3, I spent quite some time looking at what it actually did in order to reimplement that functionality on my end, and it felt *extremely weird* to me that it always considered just that single point, never the others in order to calculate any sort of radius. This is why, because it never considered any sort of radius between the points, so the "Multi" in there is highly questionable!) So this test is just to make the uselessness easy to verify, nothing more.pull/651/head
1 changed files with 12 additions and 0 deletions
Loading…
Reference in new issue