Hey, could I have a little help please. What I'm trying to do is display a message if the user clicks their mouse, I have:
int main()
{
mouse_event(MOUSEEVENTF_LEFTDOWN, x, y,0,0);
}
How would I get it to display a message? I'm thinking an if statement but dunno.. Help please :( thanks