How can I use the mouse as a finger, for example:
The user holds his left finger over an image side, then rotate the image by dragging the other side of image by Mouse ?
Is there an example for this ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you want, you can dig into Microsoft Surface SDK 2.0. The assemblies include controls that are optimized for touch screens, but they also allow the mouse cursor to function as a single touch point. For example, I’m using the SurfaceListBox and clicking and dragging on any item allows me to scroll. It also does so with momentum & elasticity, giving it natural motion.
Here’s the download link to Surface SDK 2.0: http://www.microsoft.com/download/en/details.aspx?id=26716