-
Hey,
Thanks for this great idea.
For a while I was thinking about a good way to simplify touch animations. I looked at famo.us, which has this nice concept of syncing inputs to variables, but it look…
-
I created a Canvas3DContext with two Canvas3D instances. When interacting with one of them through multi-touch (gesture), the other is changed as well: both canvases zoom/pan at the same time.
I th…
-
```
What steps will reproduce the problem?
1.connect to a host
2.try a very controlled, precise, pan swipe (not "throwing" the screen, but
gently "placing" it.
3.after swipe gesture is finished (even…
-
```
What steps will reproduce the problem?
1.connect to a host
2.try a very controlled, precise, pan swipe (not "throwing" the screen, but
gently "placing" it.
3.after swipe gesture is finished (even…
-
```
What steps will reproduce the problem?
1.connect to a host
2.try a very controlled, precise, pan swipe (not "throwing" the screen, but
gently "placing" it.
3.after swipe gesture is finished (even…
-
```
What steps will reproduce the problem?
1.connect to a host
2.try a very controlled, precise, pan swipe (not "throwing" the screen, but
gently "placing" it.
3.after swipe gesture is finished (even…
-
```
What steps will reproduce the problem?
1.connect to a host
2.try a very controlled, precise, pan swipe (not "throwing" the screen, but
gently "placing" it.
3.after swipe gesture is finished (even…
-
```
What steps will reproduce the problem?
1.connect to a host
2.try a very controlled, precise, pan swipe (not "throwing" the screen, but
gently "placing" it.
3.after swipe gesture is finished (even…
-
I'm using `SDL_FingerTouchEvent`s to implement two-finger panning and pinch-zooming for macOS trackpads (using a Macbook Air M2). This works in principle, but at the beginning of every two finger gest…
-
First of all: this is a brilliant library- I've been looking for a drag and drop lib like this for a while.
But: I've got a long scrollable list of scrollable images that I want to drag and drop on…