XNA Drag Gestures - fractional delta values
- by Den
I have an issue with objects moving roughly twice as far as expected when dragging them.
I am comparing my application to the standard TouchGestureSample sample from MSDN.
For some reason in my application gesture samples have fractional positions and deltas.
Both are using same Microsoft.Xna.Framework.Input.Touch.dll, v4.0.30319.
I am running…