views:

21

answers:

0

I'm programming a tablet application that responds to drag gestures. It works great, except when you drag too quickly. Windows interprets it as a "flick," displays an icon on the screen, and does not report that it is a normal drag to my application. This happens for all of the cardinal directions.

Is there a way I can turn this off so that my app will respond to ANY drag, including these ones that Windows thinks is a flick?

I noticed that Firefox is not afflicted by this problem when flicking up or down.