Tagged Questions

4
votes
1answer
2k views

Windows Mobile 6.5 Gestures and C# 2.0 Application

I am looking for some advice on handling WM 6.5 Gestures in a C# 2.0 Application. Currently things like pan and scroll are interfering with controls like the Tab Control and listviews. Is there a way ...
2
votes
2answers
862 views

WPF 4 touch events getting the center of a pinch gesture

I am using the .net 4 beta 2 touch libraries, and Im trying to implement a zooming feature in my WPF application. I can get the zooming working just fine, but what I want is to zoom in on the center ...
1
vote
1answer
236 views

Implementing Two-finger scroll with Windows 7 Surface Toolkit - need some thoughts!

I'm working with the Surface Toolkit and am willing to code a basic two-finger scroll algorithm for Scatterviews which contain FlowDocumentScrollViewer , but I'm not exactly sure how to do this. How ...
0
votes
0answers
55 views

How to Automate Multi-touch gestures?

Is there any way to automate windows Multi-touch aware application? I am searching the possibilities to automate Gestures such as rotate, zoom, inertia, two finger pan etc using c# or any other ...
0
votes
0answers
147 views

Disable gestures on Windows Mobile 6.5 in C# application

We have an old application (C#, Compact Framework 2.0) that has been running on Motorola MC70 mobile computers (running Windows Mobile 5.0) for a few years. Since Motorola does not manufacture this ...
0
votes
1answer
148 views

How to detect direction of HorizontalDrag in WP7 XNA?

Like mentioned what is the best way of detecting in which direction the user is dragging horizontally. I'm trying to create a camera class that responds to this gesture but am having problems ...
0
votes
3answers
256 views

Implement gestures on Microsoft Surface

Is there any tutorial or example available that shows how to implement a custom gesture into Microsoft Surface? After hours of googling I couldn't find any. Unfortunately, the SDK does not even ...