Question

I read something about it, the standards controls (buttons, etc) do not support multitouch, you can only use one control at a time. I need to use two sliders or drag drops at the same time, among other things, any idea how to do this? I actually have to create the 0? How to work with Touch.FrameReported? It works equally DeltaManipulation?

Was it helpful?

Solution

Controls on the phone have the concept of focus. Only one control can have focus at a time. Some controls support multi-touch interaction some do not. It is not posisble to interact with multiple controls at the same time.

If you need to allow the user to manipulate multiple controls at the same time you will have to create your own, new, control which mimics this behavior.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top