I want to get the cursor position. Is there any standard function for this?
I’m trying to make my program in C++. I’d like to avoid Cocoa. Not that I have anything against it, but I’d like to make my program cross-platform.
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.
You can use the following Core Graphics API, in
CGEvent.h:(Note that you can still use Cocoa in a cross-platform program, you just need to separate platform-specific code into different files instead of using
#defines.)