Hello, I've been searching the internet and i haven't been able to find anything on my problem.
Anyways, I'm trying to read cursor positioning on my screen, and send it to a variable. Just to make things easier, what would I type in the code region for a button;
private: System::Void button1_Click(System::Object^ sender, System::EventArgs^ e)
{
//this is where i need to put the code
}
P.S. If i need to include any headers, please tell me what they are!