How can I simulate a mouse click / key press in C++? When I run the program I want it to click the left mouse and press “A”. Thanks!
(I’m making this program for MacOSX)
How can I simulate a mouse click / key press in C++? When I
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.
I don’t do any programming for OSX but I think this is what you are looking for:
https://developer.apple.com/library/mac/#documentation/Carbon/Reference/QuartzEventServicesRef/Reference/reference.html
In particular CGEventPost