Tagged Questions

1
vote
3answers
66 views

Mouse Gesture Libraries for .Net?

Are there any half decent mouse gesture libraries for .Net? Have found very few and no decent ones.
0
votes
1answer
46 views

Android - ListView fling gesture triggers context menu

Hi, I'm relatively new to Android development. I'm developing an app with a ListView. I've followed the info in #1338475 and have my app recognizing the fling gesture, but after t …
1
vote
2answers
56 views

Just Curious about Python+Numpy to Realtime Gesture Recognition

i 'm just finish labs meeting with my advisor, previous code is written in matlab and it run offline mode not realtime mode, so i decide to convert to python+numpy (in offline vers …
0
votes
2answers
98 views

How do I prevent a specific view from responding to shake gestures?

Hi. I use shake gesture for my application but i have problem! My application is a multiview application and i want use shake gesture on the view 2. If i active shake gesture on v …
0
votes
1answer
195 views

UIWebview swipes to another UIWebiew

Total nooob here. I'm trying to figure out how to implement a transition from one UIWebview to another with a swipe and still be able to scroll/zoom w/in each webview. Each we …
0
votes
1answer
182 views

Horizontal UIView transition using gestures

ok, here goes.... When you gesture right or left on the iPhone home screen to access your pages of applications, you get a seamless transition between the current page of apps and …
0
votes
1answer
107 views

Is there a way to utilize the Mac Laptops’ touchpad pinch gestures on Flex?

I have written a Google Maps-based application in Flex. Currently you can use the mouse wheel to zoom in and out the map. Is it possible on Mac laptops to use the pinch gesture to …
5
votes
2answers
389 views

Is there a high-level gestures library for iPhone development?

The iPhone platform has a number of common gesture idioms. For example, there are taps, pinches, and swipes, each with varying number of fingers. But when you're developing an ap …
-1
votes
1answer
732 views

How to use Android Map to zoom with hand gesture (iphone like)

how do you use the Android API to zoom in and out maps with the 2 finger gestures like iPhone? thanks.
1
vote
3answers
293 views

How to determine if mouse is moving clockwise or counterclockwise?

Hi, I have an MFC appplication where the user have to move the mouse around a circle circonference with a dragging mouvement. I need to retrieve the number of degrees during this m …