Is there a way to make it so when the user touches the iPad that it makes location where the user touches the iPad the same as where cursor is on the computer?
Share
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.
For the basic question, yes it is possible. Take a look at the various VNC clients out there.
If you’re wanting to implement this yourself, you’ll need to get the coordinates on the iPad’s screen (shouldn’t be that hard), then using a network connection, send that information to a program running on the mac, and that program will take the coordinates (either as an absolute X,Y position, or as a % of the position on the screen) and move the mouse on the OS X machine.