Tagged Questions
4
votes
4answers
1k views
Algorithm to emulate mouse movement as a human does?
I need to test a software that treats some mouse movements as "gestures". For such a task I need to emulate mouse movement from point A to point B, not in straight line, but as a real mouse moves - ...
2
votes
3answers
939 views
How to determine if mouse is moving clockwise or counterclockwise?
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 mouse drag "rotation" and ...
1
vote
3answers
698 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
2answers
163 views
Using an Android phone touchscreen as a PC mouse, including gestures
I'm looking to develop a system to allow the use of an Android phone's touchscreen to control the mouse on a PC, but am not entirely sure how easy this would be, or how I would go about it. I imagine ...
0
votes
2answers
464 views
dual mouse input - simulate multi-touch
Ive always thought this would be cool, and now the OS technology seems it could really make it easy to implement-
Is there a known/easy way to hook up dual mice as inputs to a multi-touch enabled OS, ...